Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp385 std::unique_ptr<RemoteObject> protoObj = RemoteObject::FromTagged(vm_, prototype); in GetProtoOrProtoType() local
398 std::unique_ptr<RemoteObject> protoObj = RemoteObject::FromTagged(vm_, proto); in GetProtoOrProtoType() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp717 JSHandle<JSObject> protoObj = JSObject::ObjectCreate(thread, nullHandle); in HWTEST_F_L0() local