Home
last modified time | relevance | path

Searched defs:js_desc (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc107 TNode<JSObject> js_desc = AllocateJSObjectFromMap(map); in ConstructAccessorDescriptor() local
129 TNode<JSObject> js_desc = AllocateJSObjectFromMap(map); in ConstructDataDescriptor() local
1359 TNode<JSObject> js_desc = FromPropertyDetails( TF_BUILTIN() local
1385 TNode<JSObject> js_desc = FromPropertyDescriptor(context, desc_object); TF_BUILTIN() local
1462 TNode<JSObject> js_desc = AllocateJSObjectFromMap(map, properties); FromPropertyDescriptor() local
1469 AddToDictionaryIf(IsNotTheHole(value), context, js_desc, properties, FromPropertyDescriptor() local
1473 js_desc, properties, factory->writable_string(), FromPropertyDescriptor() local
1480 AddToDictionaryIf(IsNotTheHole(get), context, js_desc, properties, FromPropertyDescriptor() local
1484 AddToDictionaryIf(IsNotTheHole(set), context, js_desc, properties, FromPropertyDescriptor() local
1489 js_desc, properties, factory->enumerable_string(), FromPropertyDescriptor() local
1495 context, js_desc, properties, factory->configurable_string(), FromPropertyDescriptor() local
[all...]

Completed in 7 milliseconds