Home
last modified time | relevance | path

Searched refs:nativeBindingSize (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp512 size_t nativeBindingSize = 7 * sizeof(void *); // 7 : params num in HWTEST_F_L0() local
519 nullptr, nativeBindingSize); in HWTEST_F_L0()
600 size_t nativeBindingSize = 7 * sizeof(void *); // 7 : params num in HWTEST_F_L0() local
607 nullptr, nativeBindingSize); in HWTEST_F_L0()
H A Dffi_workload.cpp386 size_t nativeBindingSize = 15; in HWTEST_F_L0() local
387 Local<FunctionRef> obj(FunctionRef::NewClassFunction(vm_, FunCallback, deleter, cb, callNative, nativeBindingSize)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3434 size_t nativeBindingSize) in NewSendableClassFunction()
3463 constructor->SetSFunctionExtraInfo(thread, nullptr, deleter, data, nativeBindingSize); in NewSendableClassFunction()
3426 NewSendableClassFunction(const EcmaVM *vm, InternalFunctionCallback nativeFunc, NativePointerCallback deleter, void *data, Local<StringRef> name, SendablePropertiesInfos &infos, Local<FunctionRef> parent, bool callNapi, size_t nativeBindingSize) NewSendableClassFunction() argument

Completed in 33 milliseconds