Home
last modified time | relevance | path

Searched defs:LoadNativeModuleFailed (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp3476 DEF_CALL_SIGNATURE(LoadNativeModuleFailed) in DEF_CALL_SIGNATURE() argument
3479 …CallSignature LoadNativeModuleFailed("LoadNativeModuleFailed", 0, 1, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp5003 void RuntimeStubs::LoadNativeModuleFailed(JSTaggedValue curModule) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs