Home
last modified time | relevance | path

Searched defs:emptyObj (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/copy/
Dcopy_modify_test.cpp69 auto *emptyObj = g_dynG->iCreateCreateemptyobject(graph); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Djson_parser_test.cpp140 const auto *emptyObj = obj.GetValue<JsonObject::JsonObjPointer>("key_2")->get(); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.cpp51 bool JsonObject::Parser::GetJsonObject(JsonObject *emptyObj) in GetJsonObject()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp313 JSHandle<JSObject> emptyObj = in HWTEST_F_L0() local
512 JSHandle<JSObject> emptyObj = in HWTEST_F_L0() local
596 JSHandle<JSObject> emptyObj = in HWTEST_F_L0() local
Dbuiltins_global_test.cpp87 JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, env).GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp962 …JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, globalEnv).GetTaggedValue()); in HWTEST_F_L0() local
1167 …JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, globalEnv).GetTaggedValue()); in HWTEST_F_L0() local
1191 …JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, globalEnv).GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/obj/
Dobj_modify.cpp239 … auto *emptyObj = helpers::FindLastInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CREATEEMPTYOBJECT); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp489 JSHandle<JSTaggedValue> emptyObj(thread, jsObject.GetTaggedValue()); in NewJSProxy() local
523 JSHandle<JSTaggedValue> emptyObj(thread, jsObject.GetTaggedValue()); in NewPromiseIteratorRecord() local
820 JSHandle<JSTaggedValue> emptyObj(jsObject); in NewAsyncIteratorRecord() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3961 JSHandle<JSTaggedValue> emptyObj(factory_->NewJSObjectByConstructor(env, builtinObj)); in InitializeDefaultExportOfScript() local