Home
last modified time | relevance | path

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

/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_global_test.cpp85 JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, env).GetTaggedValue()); in HWTEST_F_L0() local
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
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp898 …JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, globalEnv).GetTaggedValue()); in HWTEST_F_L0() local
1097 …JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, globalEnv).GetTaggedValue()); in HWTEST_F_L0() local
1121 …JSHandle<JSTaggedValue> emptyObj(thread, NewJSObject(thread, factory, globalEnv).GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp290 JSHandle<JSTaggedValue> emptyObj(thread, jsObject.GetTaggedValue()); in NewJSProxy() local
324 JSHandle<JSTaggedValue> emptyObj(thread, jsObject.GetTaggedValue()); in NewPromiseIteratorRecord() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3920 JSHandle<JSTaggedValue> emptyObj(factory_->NewJSObjectByConstructor(builtinObj)); in InitializeDefaultExportOfScript() local