Searched defs:emptyObj (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/copy/ |
| D | copy_modify_test.cpp | 69 auto *emptyObj = g_dynG->iCreateCreateemptyobject(graph); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | json_parser_test.cpp | 140 const auto *emptyObj = obj.GetValue<JsonObject::JsonObjPointer>("key_2")->get(); in TEST() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | json_parser.cpp | 51 bool JsonObject::Parser::GetJsonObject(JsonObject *emptyObj) in GetJsonObject()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 313 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
|
| D | builtins_global_test.cpp | 87 JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, env).GetTaggedValue()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 962 …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/ |
| D | obj_modify.cpp | 239 … auto *emptyObj = helpers::FindLastInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CREATEEMPTYOBJECT); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 489 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/ |
| D | builtins.cpp | 3961 JSHandle<JSTaggedValue> emptyObj(factory_->NewJSObjectByConstructor(env, builtinObj)); in InitializeDefaultExportOfScript() local
|