| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | keywordsUtil.h | 33 … explicit KeywordsUtil(Lexer *lexer, lexer::NextTokenFlags flags) : lexer_(lexer), flags_(flags) {} in KeywordsUtil() argument 34 explicit KeywordsUtil(Lexer *lexer, lexer::NextTokenFlags flags, char32_t cp) in KeywordsUtil() argument 52 [[noreturn]] void ThrowError(std::string_view msg) const in ThrowError()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 101 ExpressionParseFlags ParserImpl::CarryPatternFlags(ExpressionParseFlags flags) in CarryPatternFlags() 282 void ParserImpl::ThrowIfPrivateIdent(ClassElementDescriptor *desc, const char *msg) in ThrowIfPrivateIdent() 289 void ParserImpl::ThrowErrorIfStaticConstructor([[maybe_unused]] ir::ModifierFlags flags) {} in ThrowErrorIfStaticConstructor() 585 [[maybe_unused]] ir::ModifierFlags flags) in ParseClassElement() 741 … *ParserImpl::ParseClassDefinition(ir::ClassDefinitionModifiers modifiers, ir::ModifierFlags flags) in ParseClassDefinition() 774 …assBody ParserImpl::ParseClassBody(ir::ClassDefinitionModifiers modifiers, ir::ModifierFlags flags) in ParseClassBody() 947 ir::SpreadElement *ParserImpl::ParseSpreadElement(ExpressionParseFlags flags) in ParseSpreadElement() 1027 void ParserImpl::ValidateAssignmentTarget(ExpressionParseFlags flags, ir::Expression *node) in ValidateAssignmentTarget()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 87 [[maybe_unused]] mem::VisitGCRootFlags flags) override in VisitRoots() 349 static void ThrowOutOfMemoryError([[maybe_unused]] const PandaString &msg) {} in ThrowOutOfMemoryError() 351 static void ThrowVerificationException([[maybe_unused]] const PandaString &msg) in ThrowVerificationException()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 271 ExpressionParseFlags ParserImpl::CarryPatternFlags(ExpressionParseFlags flags) in CarryPatternFlags() 277 ExpressionParseFlags ParserImpl::CarryAllowTsParamAndPatternFlags(ExpressionParseFlags flags) in CarryAllowTsParamAndPatternFlags() 1411 …ateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, binder::VariableFlags flags) in CreateTSVariableForProperty() 1529 binder::VariableFlags flags = binder::VariableFlags::NONE; in ParseTsTypeLiteralOrInterfaceMember() local 2308 void ParserImpl::ThrowIfPrivateIdent(ClassElmentDescriptor *desc, const char *msg) in ThrowIfPrivateIdent() 3576 …const char *msg = (Extension() == ScriptExtension::JS ? "Rest parameter must be last formal parame… in ValidateFunctionParam() local 4003 ir::SpreadElement *ParserImpl::ParseSpreadElement(ExpressionParseFlags flags) in ParseSpreadElement() 4159 void ParserImpl::ValidateAssignmentTarget(ExpressionParseFlags flags, ir::Expression *node) in ValidateAssignmentTarget()
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 564 void JSSharedArrayBufferTest(SerializeData *data, int32_t byteLength, const char *msg) in JSSharedArrayBufferTest() 693 JSHandle<EcmaString> flags = thread->GetEcmaVM()->GetFactory()->NewFromASCII("i"); in JSRegexpTest() local 1281 JSHandle<EcmaString> msg(factory->NewFromASCII("this is error")); in HWTEST_F_L0() local 1302 JSHandle<EcmaString> msg(factory->NewFromASCII("this is error")); in HWTEST_F_L0() local 1333 JSHandle<EcmaString> msg(factory->NewFromASCII("this is error")); in HWTEST_F_L0() local 1677 JSHandle<EcmaString> flags = thread->GetEcmaVM()->GetFactory()->NewFromASCII("i"); in HWTEST_F_L0() local 2074 std::string msg = "hello world"; in HWTEST_F_L0() local 2103 std::string msg = "hello world"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 1452 …ecker::CheckThisOrSuperAccess(ir::Expression *node, ETSObjectType *classType, std::string_view msg) in CheckThisOrSuperAccess() 1545 … const ir::Identifier *const ident, const PropertySearchFlags flags) in ValidateResolvedProperty()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1623 JSHandle<EcmaString> msg = factory->ConcatFromString(obj, info); in RuntimeThrowUndefinedIfHole() local 1639 JSHandle<EcmaString> msg = factory->ConcatFromString(info, value); in RuntimeThrowConstAssignment() local 1693 JSHandle<EcmaString> msg = factory->ConcatFromString(propName, info); in RuntimeThrowReferenceError() local 2316 … const JSHandle<JSTaggedValue> &pattern, uint8_t flags) in RuntimeCreateRegExpWithLiteral()
|
| D | runtime_stubs.cpp | 2495 JSTaggedValue flags = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local 3827 …JSHandle<JSTaggedValue> msg = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 991 …CString msg = "Unable to get recordName and fileName due to failure in getting current entry point… in GetCurrentEntryPoint() local 2430 uint8_t flags = READ_INST_8_3(); in RunInternal() local 2444 uint8_t flags = READ_INST_8_4(); in RunInternal() local
|