Home
last modified time | relevance | path

Searched refs:newObj2 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_array_test.cpp57 JSObject *newObj2 = JSArrayTestCreate(thread); in HWTEST_F_L0() local
58 JSTaggedValue objValue(newObj2); in HWTEST_F_L0()
80 JSObject *newObj2 = JSArrayTestCreate(thread); in HWTEST_F_L0() local
81 JSTaggedValue objValue(newObj2); in HWTEST_F_L0()
129 JSObject *newObj2 = JSArrayTestCreate(thread); in HWTEST_F_L0() local
130 JSTaggedValue objValue(newObj2); in HWTEST_F_L0()
H A Dweak_ref_old_gc_test.cpp56 JSObject *newObj2 = JSObjectTestCreate(thread); in HWTEST_F_L0() local
57 JSTaggedValue value(newObj2); in HWTEST_F_L0()
H A Decma_test_common.h439 JSObject *newObj2 = EcmaContainerCommon::JSObjectTestCreate(thread); in ArrayUndefinedGcCommon() local
440 JSTaggedValue value(newObj2); in ArrayUndefinedGcCommon()
458 JSHandle<JSObject> newObj2(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in ArrayKeepGcCommon()
459 JSTaggedValue value(newObj2.GetTaggedValue()); in ArrayKeepGcCommon()
467 value = newObj2.GetTaggedValue(); in ArrayKeepGcCommon()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1419 JSObject *newObj2 = *objVal2; in HWTEST_F_L0() local
1420 JSTaggedValue canBeGcValue(newObj2); in HWTEST_F_L0()

Completed in 7 milliseconds