Searched refs:GetSourceCodeInfo (Results 1 – 6 of 6) sorted by relevance
86 error = reinterpret_cast<NativeEngine*>(env_)->GetSourceCodeInfo(fuc, errorPos); in operator ()()
89 static std::string GetSourceCodeInfo(
216 std::string sourceCodeInfo = GetSourceCodeInfo(runtime, errorFunc, errorPos); in GenerateSummaryBody()288 std::string JsiBaseUtils::GetSourceCodeInfo( in GetSourceCodeInfo() function in OHOS::Ace::Framework::JsiBaseUtils
208 std::string GetSourceCodeInfo(napi_value value, ErrorPos pos) override;
1865 std::string ArkNativeEngine::GetSourceCodeInfo(napi_value value, ErrorPos pos) in GetSourceCodeInfo() function in ArkNativeEngine
223 virtual std::string GetSourceCodeInfo(napi_value value, ErrorPos pos) = 0;