Home
last modified time | relevance | path

Searched defs:objHandle (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp134 JSHandle<JSTaggedValue> objHandle(thread, value); in GetPropIterator() local
337 JSHandle<JSTaggedValue> objHandle(thread, obj); in DelObjProp() local
377 JSHandle<JSTaggedValue> objHandle(thread, obj); in IsIn() local
386 JSHandle<JSTaggedValue> objHandle(thread, obj); in Instanceof() local
544 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByName() local
556 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByNameWithNameSet() local
567 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByIndex() local
578 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValue() local
590 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValueWithNameSet() local
638 JSHandle<JSObject> objHandle(thread, obj); in SetObjectWithProto() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp23 JSHandle<JSTaggedValue> objHandle(holder); in InternalizeJsonProperty() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp215 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
260 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
299 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
360 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
392 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
415 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp214 JSHandle<JSObject> objHandle(thisHandle); in Slice() local
Dbuiltins_arraybuffer.cpp172 JSHandle<JSObject> objHandle(thisHandle); in Slice() local
278 JSHandle<JSObject> objHandle(srcBuffer); in CloneArrayBuffer() local
Dbuiltins_regexp.cpp534 JSHandle<JSObject> objHandle(thisObj); in MatchAll() local
1108 JSHandle<JSObject> objHandle(thisObj); in Split() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h486 …rtyAttributes ObjectFastOperator::AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, in AddPropertyByName()
Djs_object.cpp1357 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(constru… in ObjectCreate() local
1792 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(objFunc… in FromPropertyDescriptor() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp843 JSHandle<JSObject> objHandle(thread_, obj); in ParseObjectPGOType() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp249 … JSHandle<JSObject> objHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(receiver))); in DEF_RUNTIME_STUBS() local
263 … JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h1020 const JSHandle<JSTaggedValue> &objHandle, in RuntimeStOwnByNameWithNameSet()