Home
last modified time | relevance | path

Searched refs:protoObj (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp420 std::unique_ptr<RemoteObject> protoObj = RemoteObject::FromTagged(vm_, prototype); in GetProtoOrProtoType() local
421 CacheObjectIfNeeded(prototype, protoObj.get()); in GetProtoOrProtoType()
428 .SetValue(std::move(protoObj)); in GetProtoOrProtoType()
433 std::unique_ptr<RemoteObject> protoObj = RemoteObject::FromTagged(vm_, proto); in GetProtoOrProtoType() local
434 CacheObjectIfNeeded(proto, protoObj.get()); in GetProtoOrProtoType()
441 .SetValue(std::move(protoObj)); in GetProtoOrProtoType()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp688 JSHandle<JSObject> protoObj = JSObject::ObjectCreate(thread, nullHandle); in HWTEST_F_L0() local
689 JSHandle<JSTaggedValue> protoObjValue(protoObj); in HWTEST_F_L0()
705 JSObject::SpeciesConstructor(thread, protoObj, constructorFuncValue).GetTaggedValue(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp229 JSObject* protoObj = JSObject::Cast(proto); in IsFastRegExp() local
231 JSTaggedValue execVal = protoObj->GetPropertyInlinedProps(JSRegExp::EXEC_INLINE_PROPERTY_INDEX); in IsFastRegExp()
241 symbolFunc = protoObj->GetPropertyInlinedProps( \ in IsFastRegExp()

Completed in 10 milliseconds