Searched refs:ecmaVMPtr (Results 1 – 3 of 3) sorted by relevance
/ark/js_runtime/ecmascript/tests/ |
D | ecma_string_test.cpp | 98 EcmaVM *ecmaVMPtr = EcmaVM::Cast(instance); in HWTEST_F_L0() local 100 JSHandle<EcmaString> handleEcmaStrEmpty(thread, EcmaString::CreateEmptyString(ecmaVMPtr)); in HWTEST_F_L0() 121 EcmaVM* ecmaVMPtr = EcmaVM::Cast(instance); in HWTEST_F_L0() local 125 …ing> handleEcmaStrAllocComp(thread, EcmaString::AllocStringObject(sizeAllocComp, true, ecmaVMPtr)); in HWTEST_F_L0() 136 EcmaString::AllocStringObject(sizeAllocNotComp, false, ecmaVMPtr)); in HWTEST_F_L0() 156 EcmaVM* ecmaVMPtr = EcmaVM::Cast(instance); in HWTEST_F_L0() local 160 EcmaString::CreateFromUtf8(&arrayU8[0], lengthEcmaStrU8, ecmaVMPtr, true)); in HWTEST_F_L0() 178 EcmaVM* ecmaVMPtr = EcmaVM::Cast(instance); in HWTEST_F_L0() local 184 EcmaString::CreateFromUtf16(&arrayU16Comp[0], lengthEcmaStrU16Comp, ecmaVMPtr, true)); in HWTEST_F_L0() 193 … EcmaString::CreateFromUtf16(&arrayU16NotComp[0], lengthEcmaStrU16NotComp, ecmaVMPtr, false)); in HWTEST_F_L0() [all …]
|
D | js_dataview_test.cpp | 81 EcmaVM *ecmaVMPtr = thread->GetEcmaVM(); in HWTEST_F_L0() local 82 ObjectFactory *factory = ecmaVMPtr->GetFactory(); in HWTEST_F_L0() 83 JSHandle<GlobalEnv> handleGlobalEnv = ecmaVMPtr->GetGlobalEnv(); in HWTEST_F_L0() 116 EcmaVM *ecmaVMPtr = thread->GetEcmaVM(); in HWTEST_F_L0() local 117 ObjectFactory *factory = ecmaVMPtr->GetFactory(); in HWTEST_F_L0() 118 JSHandle<JSFunction> handleFuncArrayBuf(ecmaVMPtr->GetGlobalEnv()->GetArrayBufferFunction()); in HWTEST_F_L0() 157 EcmaVM *ecmaVMPtr = thread->GetEcmaVM(); in HWTEST_F_L0() local 158 ObjectFactory *factory = ecmaVMPtr->GetFactory(); in HWTEST_F_L0() 159 JSHandle<JSFunction> handleFuncArrayBuf(ecmaVMPtr->GetGlobalEnv()->GetArrayBufferFunction()); in HWTEST_F_L0() 190 EcmaVM *ecmaVMPtr = thread->GetEcmaVM(); in HWTEST_F_L0() local [all …]
|
D | js_array_iterator_test.cpp | 61 EcmaVM *ecmaVMPtr = thread->GetEcmaVM(); in HWTEST_F_L0() local 62 ObjectFactory *factory = ecmaVMPtr->GetFactory(); in HWTEST_F_L0() 111 EcmaVM *ecmaVMPtr = thread->GetEcmaVM(); in HWTEST_F_L0() local 112 ObjectFactory *factory = ecmaVMPtr->GetFactory(); in HWTEST_F_L0() 145 EcmaVM *ecmaVMPtr = thread->GetEcmaVM(); in HWTEST_F_L0() local 146 ObjectFactory *factory = ecmaVMPtr->GetFactory(); in HWTEST_F_L0()
|