Home
last modified time | relevance | path

Searched defs:GetOwnEnumerablePropertyNames (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3711 ### GetOwnEnumerablePropertyNames subsection
Djsnapi_expo.cpp1757 Local<ArrayRef> ObjectRef::GetOwnEnumerablePropertyNames(const EcmaVM *vm) in GetOwnEnumerablePropertyNames() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp594 void GetOwnEnumerablePropertyNames(Local<ObjectRef> object, EcmaVM *vm) in GetOwnEnumerablePropertyNames() function