Searched refs:arkJsRuntime (Results 1 – 1 of 1) sorted by relevance
294 shared_ptr<ArkJSRuntime> arkJsRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in GetSourceCodeInfo() local295 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()