Home
last modified time | relevance | path

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

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