Searched defs:objHandle (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 134 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 531 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByName() local 543 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByNameWithNameSet() local 554 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByIndex() local 565 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValue() local 577 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValueWithNameSet() local 625 JSHandle<JSObject> objHandle(thread, obj); in SetObjectWithProto() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 23 JSHandle<JSTaggedValue> objHandle(holder); in InternalizeJsonProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 215 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/ |
| D | builtins_sharedarraybuffer.cpp | 214 JSHandle<JSObject> objHandle(thisHandle); in Slice() local
|
| D | builtins_arraybuffer.cpp | 167 JSHandle<JSObject> objHandle(thisHandle); in Slice() local 272 JSHandle<JSObject> objHandle(srcBuffer); in CloneArrayBuffer() local
|
| D | builtins_regexp.cpp | 520 JSHandle<JSObject> objHandle(thisObj); in MatchAll() local 1088 JSHandle<JSObject> objHandle(thisObj); in Split() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 488 …rtyAttributes ObjectFastOperator::AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, in AddPropertyByName()
|
| D | js_object.cpp | 1130 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(constru… in ObjectCreate() local 1559 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(objFunc… in FromPropertyDescriptor() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 237 … JSHandle<JSObject> objHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(receiver))); in DEF_RUNTIME_STUBS() local 251 … JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 947 const JSHandle<JSTaggedValue> &objHandle, in RuntimeStOwnByNameWithNameSet()
|