Home
last modified time | relevance | path

Searched defs:jsObj (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp62 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(jsFunc1), jsFunc… in NewJSObject() local
Dbuiltins_date_time_format_test.cpp527 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_001(thread)); in HWTEST_F_L0() local
620 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
634 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp892 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFun), obje… in HWTEST_F_L0() local
951 JSHandle<JSObject> jsObj = in HWTEST_F_L0() local
1020 …JSHandle<JSObject> jsObj = ecma->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>(objec… in HWTEST_F_L0() local
Ddump_test.cpp285 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(jsFunc1), jsFunc… in NewJSObject() local
425 JSHandle<JSObject> jsObj = NewJSObject(thread, factory, globalEnv); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2276 JSTaggedValue jsObj = JSProxy::ConstructInternal(info); in NewObject() local