Home
last modified time | relevance | path

Searched defs:GetOwnPropertyNames (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp498 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames() function in panda::ecmascript::builtins::BuiltinsObject
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp365 HWTEST_F_L0(BuiltinsObjectTest, GetOwnPropertyNames) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md3492 ### GetOwnPropertyNames subsection
Djsnapi_expo.cpp3004 Local<ArrayRef> ObjectRef::GetOwnPropertyNames(const EcmaVM *vm) in GetOwnPropertyNames() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1262 void BuiltinsObjectStubBuilder::GetOwnPropertyNames(Variable *result, Label *exit, Label *slowPath) in GetOwnPropertyNames() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder