Home
last modified time | relevance | path

Searched refs:JSObjectTestCreate (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_ref_old_gc_test.cpp29 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
53 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
56 JSObject *newObj2 = JSObjectTestCreate(thread); in HWTEST_F_L0()
79 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
90 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
Djs_arguments_test.cpp29 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
38 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
61 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
83 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
103 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
125 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
Dweak_ref_semi_gc_test.cpp49 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0()
60 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0()
Dobject_operator_third_test.cpp32 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
47 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
117 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
155 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
185 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
220 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
241 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
283 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
335 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
381 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
Dobject_operator_second_test.cpp39 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
72 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
162 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
200 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
229 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
Djs_proxy_test.cpp38 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
47 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
74 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in SetPropertyCommon()
164 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in PropertyCommon()
292 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
330 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
367 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
403 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
509 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
545 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HandlerConstruct()
[all …]
Djs_object_test.cpp44 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
52 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
60 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
79 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
96 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
182 JSHandle<JSTaggedValue> constructor(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
224 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
249 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
274 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
325 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
[all …]
Dhuge_object_test.cpp50 JSHandle<JSObject> newObj(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0()
Dobject_operator_first_test.cpp219 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
341 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
414 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
443 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
Decma_test_common.h436 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in ArrayUndefinedGcCommon()
439 JSObject *newObj2 = EcmaContainerCommon::JSObjectTestCreate(thread); in ArrayUndefinedGcCommon()
455 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in ArrayKeepGcCommon()
458 JSHandle<JSObject> newObj2(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in ArrayKeepGcCommon()
Decma_container_common.h58 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h35 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
43 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in CreateJSProxyHandle()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_set_test.cpp42 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
80 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
104 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
189 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
Dbuiltins_weak_map_test.cpp45 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
82 JSTaggedValue value(JSObjectTestCreate(thread)); in HWTEST_F_L0()
107 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
169 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp212 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
229 JSHandle<JSTaggedValue> hclass(thread_, JSObjectTestCreate(thread_)); in HWTEST_F_L0()