Home
last modified time | relevance | path

Searched defs:nativeFunc (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/functionrefname_fuzzer/
Dfunctionrefname_fuzzer.cpp39 FunctionCallback nativeFunc = FuncRefConCallbackForTest; in FunctionRefSetNameFuzzTest() local
56 FunctionCallback nativeFunc = FuncRefConCallbackForTest; in FunctionRefGetNameFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/escapelocalscope_fuzzer/
Descapelocalscope_fuzzer.cpp38 FunctionCallback nativeFunc = FuncRefNewCFCallbackForTest; in EscapeLocalScopeFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/functionrefisnative_fuzzer/
Dfunctionrefisnative_fuzzer.cpp38 FunctionCallback nativeFunc = FuncRefConCallbackForTest; in FunctionRefIsNativeFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/functionrefnewclassfunction_fuzzer/
Dfunctionrefnewclassfunction_fuzzer.cpp38 FunctionCallback nativeFunc = FuncRefNewCFCallbackForTest; in FunctionRefNewClassFunctionFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/functionrefnew_fuzzer/
Dfunctionrefnew_fuzzer.cpp38 FunctionCallback nativeFunc = FuncRefNewCallbackForTest; in FunctionRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/functionrefgetfunctionprototype_fuzzer/
Dfunctionrefgetfunctionprototype_fuzzer.cpp39 FunctionCallback nativeFunc = FuncRefConCallbackForTest; in FunctionRefGetFunctionPrototypeFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/functionrefconstructor_fuzzer/
Dfunctionrefconstructor_fuzzer.cpp39 FunctionCallback nativeFunc = FuncRefConCallbackForTest; in FunctionRefConstructorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefispromisevalue_fuzzer/
Djsvaluerefispromisevalue_fuzzer.cpp42 FunctionCallback nativeFunc = RejectCallback; in JSValueRefIsPromiseValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/functionrefcall_fuzzer/
Dfunctionrefcall_fuzzer.cpp38 FunctionCallback nativeFunc = FuncRefCallCallbackForTest; in FunctionRefCallFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/
Dobjectref_fuzzer.cpp41 FunctionForRef nativeFunc = FuncRefNewCallbackForTest; in SetAccessorPropertyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
Djsvaluereffoundationvalue_fuzzer.cpp116 FunctionCallback nativeFunc = FunCallback; in JSValueRefIsFunctionValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp450 … FunctionCallback nativeFunc = reinterpret_cast<FunctionCallback>(extraInfo->GetExternalPointer()); in RegisterCallback() local
Djsnapi_expo.cpp3230 Local<FunctionRef> FunctionRef::New(EcmaVM *vm, FunctionCallback nativeFunc, in New()
3243 Local<FunctionRef> FunctionRef::NewConcurrent(EcmaVM *vm, FunctionCallback nativeFunc, in NewConcurrent()
3257 Local<FunctionRef> FunctionRef::New(EcmaVM *vm, InternalFunctionCallback nativeFunc, in New()
3271 InternalFunctionCallback nativeFunc, in NewSendable()
3287 Local<FunctionRef> FunctionRef::NewConcurrent(EcmaVM *vm, InternalFunctionCallback nativeFunc, in NewConcurrent()
3321 Local<FunctionRef> FunctionRef::NewClassFunction(EcmaVM *vm, FunctionCallback nativeFunc, in NewClassFunction()
3339 …nctionRef> FunctionRef::NewConcurrentClassFunction(EcmaVM *vm, InternalFunctionCallback nativeFunc, in NewConcurrentClassFunction()
3357 Local<FunctionRef> FunctionRef::NewClassFunction(EcmaVM *vm, InternalFunctionCallback nativeFunc, in NewClassFunction()
3376 InternalFunctionCallback nativeFunc, in NewSendableClassFunction()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp958 void JSFunction::SetFunctionExtraInfo(JSThread *thread, void *nativeFunc, const NativePointerCallba… in SetFunctionExtraInfo()
1001 …JSThread *thread, void *nativeFunc, const NativePointerCallback &deleter, void *data, size_t nativ… in SetSFunctionExtraInfo()
Dobject_factory.cpp1031 JSHandle<JSFunction> nativeFunc = JSHandle<JSFunction>::Cast(nativeConstructor); in NewJSError() local
1755 …le<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<GlobalEnv> &env, const void *nativeFunc, in NewJSFunction()
1782 const void *nativeFunc, in NewSFunction()
2064 …on> ObjectFactory::NewJSNativeErrorFunction(const JSHandle<GlobalEnv> &env, const void *nativeFunc) in NewJSNativeErrorFunction()
2072 const void *nativeFunc, in NewSpecificTypedArrayFunction()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1164 Local<JSValueRef> nativeFunc = SourceTextModule::GetRequireNativeModuleFunc(thread->GetEcmaVM(), in HWTEST_F_L0() local
1176 Local<JSValueRef> nativeFunc = SourceTextModule::GetRequireNativeModuleFunc(thread->GetEcmaVM(), in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp426 FunctionForRef nativeFunc = FuncRefNewCallbackForTest; in HWTEST_F_L0() local