Home
last modified time | relevance | path

Searched refs:arkJsRuntime (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp294 shared_ptr<ArkJSRuntime> arkJsRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in GetSourceCodeInfo() local
295 LocalScope scope(arkJsRuntime->GetEcmaVm()); in GetSourceCodeInfo()
298 …da::FunctionRef> function(std::static_pointer_cast<ArkJSValue>(errorFunc)->GetValue(arkJsRuntime)); in GetSourceCodeInfo()
299 Local<panda::StringRef> sourceCode = function->GetSourceCode(arkJsRuntime->GetEcmaVm(), line); in GetSourceCodeInfo()
300 std::string sourceCodeStr = sourceCode->ToString(arkJsRuntime->GetEcmaVm()); in GetSourceCodeInfo()