Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/
Duncaught_exception_callback_test.cpp218 std::string errorFunc = "This is an error func."; variable
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_base_utils.cpp214 shared_ptr<JsValue> errorFunc = error->GetProperty(runtime, "errorfunc"); in GenerateSummaryBody() local
289 std::shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& errorFunc, ErrorPos pos) in GetSourceCodeInfo()