Searched defs:propHandle (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 313 JSHandle<JSTaggedValue> propHandle(thread, prop); in DelObjProp() local 351 JSHandle<JSTaggedValue> propHandle(thread, prop); in IsIn() local 528 JSHandle<JSTaggedValue> propHandle(thread, prop); in StOwnByName() local 540 JSHandle<JSTaggedValue> propHandle(thread, prop); in StOwnByNameWithNameSet() local 779 JSHandle<JSTaggedValue> propHandle(thread, prop); in DefineGetterSetterByValue() local 822 JSHandle<JSTaggedValue> propHandle(thread, prop); in StObjByName() local 834 JSHandle<JSTaggedValue> propHandle(thread, prop); in LdObjByValue() local 845 JSHandle<JSTaggedValue> propHandle(thread, prop); in StObjByValue() local 857 JSHandle<JSTaggedValue> propHandle(thread, prop); in TryLdGlobalByNameFromGlobalProto() local 874 JSHandle<JSTaggedValue> propHandle(thread, prop); in LdGlobalVarFromGlobalProto() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 65 JSMutableHandle<JSTaggedValue> propHandle(thread_, JSTaggedValue::Undefined()); in Stringify() local
|
| D | json_stringifier_optimized.cpp | 65 JSMutableHandle<JSTaggedValue> propHandle(thread_, JSTaggedValue::Undefined()); in Stringify() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1312 const JSHandle<JSTaggedValue> &propHandle, in RuntimeStOwnByNameWithNameSet()
|