Searched refs:RecordName (Results 1 – 12 of 12) sorted by relevance
45 program->RecordName(), patchFixHelper_); in Compile()77 std::string(program->RecordName())); in Compile()
109 const util::StringView &RecordName() const in RecordName() function
1490 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in CreateObjectWithBuffer()1521 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in CreateArrayWithBuffer()1678 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in DefineClassWithBuffer()1933 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in NewLexEnvWithScopeInfo()
98 util::StringView RecordName() const in RecordName() function
88 const std::string &RecordName() const in RecordName() function
369 …rec_ = new panda::pandasm::Record(std::string(context->RecordName()), panda::panda_file::SourceLan… in GenJsonContentRecord()391 … auto litId = std::string(context->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in AddFunction()403 auto moduleLiteral = std::string(context->Binder()->Program()->RecordName()) + "_" + in AddSourceTextModuleRecord()
51 expectedName = std::string(pg_->Context()->RecordName()) + "." + expectedName; in IsFuncMain0()
284 util::StringView RecordName() const in RecordName() function286 return program_->RecordName(); in RecordName()
543 head << NEW_VAR_PREFIX << std::string(RecordName()); in CreatePrivatePropertyBindName()
95 return context_->Binder()->Program()->RecordName(); in GetRecordName()
236 .record RecordName optional_annotation {246 * `RecordName`, `type1`, ... `typeN`, `member1`, ... `memberN` are valid identifiers.248 * `RecordName` is unique across all source code files.
387 StoreAndCheckSpecialFunctionName(internalNameStr, program_->RecordName().Mutf8()); in BuildFunction()