Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp415 std::unique_ptr<RemoteObject> protoObj = RemoteObject::FromTagged(vm_, prototype); in GetProtoOrProtoType() local
428 std::unique_ptr<RemoteObject> protoObj = RemoteObject::FromTagged(vm_, proto); in GetProtoOrProtoType() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp688 JSHandle<JSObject> protoObj = JSObject::ObjectCreate(thread, nullHandle); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp227 JSObject* protoObj = JSObject::Cast(proto); in IsFastRegExp() local