Searched refs:errorFunc (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/ |
H A D | uncaught_exception_callback_test.cpp | 218 std::string errorFunc = "This is an error func."; variable 233 … napi_create_function(env, errorFunc.c_str(), errorFunc.length(), func, nullptr, &nativeErrorFunc);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.cpp | 214 shared_ptr<JsValue> errorFunc = error->GetProperty(runtime, "errorfunc"); in GenerateSummaryBody() local 216 std::string sourceCodeInfo = GetSourceCodeInfo(runtime, errorFunc, errorPos); in GenerateSummaryBody() 289 std::shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& errorFunc, ErrorPos pos) in GetSourceCodeInfo() argument 298 …Local<panda::FunctionRef> function(std::static_pointer_cast<ArkJSValue>(errorFunc)->GetValue(arkJs… in GetSourceCodeInfo()
|
H A D | jsi_base_utils.h | 90 std::shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& errorFunc, ErrorPos pos);
|