Searched refs:GetSourceCode (Results 1 – 11 of 11) sorted by relevance
57 const std::string GetSourceCode() const in GetSourceCode() function in panda::compiler::ClassHashTableTest106 auto res = parser.Parse(GetSourceCode()); in TEST_F()211 auto res = parser.Parse(GetSourceCode()); in TEST_F()242 auto res = parser.Parse(GetSourceCode()); in TEST_F()280 auto res = parser.Parse(GetSourceCode()); in TEST_F()321 auto res = parser.Parse(GetSourceCode()); in TEST_F()
160 const uint8_t *GetSourceCode() const in GetSourceCode() function in panda::panda_file::LineNumberProgramHandler162 return state_->GetSourceCode(); in GetSourceCode()244 const char *source_code = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract()313 const char *DebugInfoExtractor::GetSourceCode(File::EntityId method_id) const in GetSourceCode() function in panda::panda_file::DebugInfoExtractor
76 const char *GetSourceCode(File::EntityId method_id) const;
61 const uint8_t *GetSourceCode() const in GetSourceCode() function
169 const uint8_t *GetSourceCode() const in GetSourceCode() function in panda::ecmascript::LineNumberProgramHandler171 return state_->GetSourceCode(); in GetSourceCode()247 const std::string &DebugInfoExtractor::GetSourceCode(const panda_file::File::EntityId methodId) in GetSourceCode() function in panda::ecmascript::DebugInfoExtractor310 sourceCode = reinterpret_cast<const char *>(handler.GetSourceCode()); in ExtractorMethodDebugInfo()
92 const std::string &GetSourceCode(const panda_file::File::EntityId methodId);
287 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString()
758 Local<StringRef> GetSourceCode(const EcmaVM *vm, int lineNumber);
87 const std::string &source = extractor->GetSourceCode(mainMethodIndex); in NotifyScriptParsed()
1828 Local<StringRef> FunctionRef::GetSourceCode(const EcmaVM *vm, int lineNumber) in GetSourceCode() function in panda::FunctionRef1851 …const std::string &allSourceCode = debugExtractor->GetSourceCode(panda_file::File::EntityId(mainMe… in GetSourceCode()
1436 HWTEST_F_L0(JSNApiTests, GetSourceCode) in HWTEST_F_L0() argument