Searched refs:GetNewSendableClassFunction (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sendable_tests.cpp | 104 Local<FunctionRef> GetNewSendableClassFunction( in GetNewSendableClassFunction() function 167 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_)); in HWTEST_F_L0() 190 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_)); in HWTEST_F_L0() 224 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), true); in HWTEST_F_L0() 258 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_)); in HWTEST_F_L0() 301 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), true); in HWTEST_F_L0() 344 …Local<FunctionRef> parent = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), false, false,… in HWTEST_F_L0() 345 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, parent); in HWTEST_F_L0() 371 …Local<FunctionRef> parent = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), true, false, … in HWTEST_F_L0() 372 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, parent); in HWTEST_F_L0() [all …]
|