MCPcopy Index your code
hub / github.com/nodejs/node / set

Function set

deps/v8/test/mjsunit/object-seal.js:90–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88var obj2 = {};
89function get() { return 43; };
90function set() {};
91Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true });
92
93desc = Object.getOwnPropertyDescriptor(obj2, 'x');

Callers 15

testFunction · 0.70
unionFunction · 0.50
_FilterDuplicatesFunction · 0.50
__init__Method · 0.50
turbolizer-perf.pyFile · 0.50
_GetStatusFilesMethod · 0.50
FindObjectPointersMethod · 0.50
grokdump.pyFile · 0.50
FormatStackTraceMethod · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by 15

testFunction · 0.56
raw_flags_to_cli_flagsFunction · 0.40
clean_up_feature_flagsFunction · 0.40
testCallGraphMethod · 0.40
testCallGraphMergeMethod · 0.40
get_android_resourcesMethod · 0.40
__init__Method · 0.40
__init__Method · 0.40
__init__Method · 0.40
_testMethod · 0.40