Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp501 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames() function in panda::ecmascript::builtins::BuiltinsObject
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp389 HWTEST_F_L0(BuiltinsObjectTest, GetOwnPropertyNames) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3490 ### GetOwnPropertyNames subsection
Djsnapi_expo.cpp1733 Local<ArrayRef> ObjectRef::GetOwnPropertyNames(const EcmaVM *vm) in GetOwnPropertyNames() function in panda::ObjectRef