Home
last modified time | relevance | path

Searched refs:ObjectGetOwnPropertyNames (Results 1 – 10 of 10) sorted by relevance

/third_party/node/lib/internal/
Derror_serdes.js13 ObjectGetOwnPropertyNames,
52 const keys = ObjectGetOwnPropertyNames(object);
Dfreeze_intrinsics.js74 ObjectGetOwnPropertyNames,
534 ArrayPrototypeForEach(ObjectGetOwnPropertyNames(obj), (prop) => {
/third_party/node/lib/internal/modules/esm/
Dresolve.js10 ObjectGetOwnPropertyNames,
559 const keys = ObjectGetOwnPropertyNames(target);
599 const keys = ObjectGetOwnPropertyNames(exports);
650 const keys = ObjectGetOwnPropertyNames(exports);
745 const keys = ObjectGetOwnPropertyNames(imports);
/third_party/node/lib/internal/util/
Dinspect.js49 ObjectGetOwnPropertyNames,
170 ObjectGetOwnPropertyNames(globalThis),
712 keys = ObjectGetOwnPropertyNames(value);
726 keys = ObjectGetOwnPropertyNames(value);
/third_party/node/lib/
Drepl.js72 ObjectGetOwnPropertyNames,
1082 ArrayPrototypeForEach(ObjectGetOwnPropertyNames(globalThis), (name) => {
/third_party/node/deps/v8/src/runtime/
Druntime.h331 F(ObjectGetOwnPropertyNames, 1, 1) \
/third_party/node/typings/
Dprimordials.d.ts317 export const ObjectGetOwnPropertyNames: typeof Object.getOwnPropertyNames
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc366 V(ObjectGetOwnPropertyNames) \ in IsSideEffectFreeIntrinsic()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-definitions.h783 TFJ(ObjectGetOwnPropertyNames, kJSArgcReceiverSlots + 1, kReceiver, kObject) \
Dbuiltins-object-gen.cc582 TF_BUILTIN(ObjectGetOwnPropertyNames, ObjectBuiltinsAssembler) { in TF_BUILTIN() argument