Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp338 JSHandle<JSTaggedValue> propHandle(thread, prop); in DelObjProp() local
376 JSHandle<JSTaggedValue> propHandle(thread, prop); in IsIn() local
545 JSHandle<JSTaggedValue> propHandle(thread, prop); in StOwnByName() local
557 JSHandle<JSTaggedValue> propHandle(thread, prop); in StOwnByNameWithNameSet() local
796 JSHandle<JSTaggedValue> propHandle(thread, prop); in DefineGetterSetterByValue() local
839 JSHandle<JSTaggedValue> propHandle(thread, prop); in StObjByName() local
851 JSHandle<JSTaggedValue> propHandle(thread, prop); in LdObjByValue() local
862 JSHandle<JSTaggedValue> propHandle(thread, prop); in StObjByValue() local
874 JSHandle<JSTaggedValue> propHandle(thread, prop); in TryLdGlobalByNameFromGlobalProto() local
891 JSHandle<JSTaggedValue> propHandle(thread, prop); in LdGlobalVarFromGlobalProto() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp68 JSMutableHandle<JSTaggedValue> propHandle(thread_, JSTaggedValue::Undefined()); in Stringify() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1129 const JSHandle<JSTaggedValue> &propHandle, in RuntimeStOwnByNameWithNameSet()