|
V8 Project
|
This is the complete list of members for v8::internal::PreParserTraits, including all inherited members.
| AsIdentifier(PreParserExpression expression) | v8::internal::PreParserTraits | inlinestatic |
| ast_value_factory() | v8::internal::PreParserTraits | inlinestatic |
| BuildUnaryExpression(PreParserExpression expression, Token::Value op, int pos, PreParserFactory *factory) | v8::internal::PreParserTraits | inline |
| CheckAssigningFunctionLiteralToProperty(PreParserExpression left, PreParserExpression right) | v8::internal::PreParserTraits | inlinestatic |
| CheckConflictingVarDeclarations(PreParserScope scope, bool *ok) | v8::internal::PreParserTraits | inline |
| CheckFunctionLiteralInsideTopLevelObjectLiteral(PreParserScope *scope, PreParserExpression property, bool *has_function) | v8::internal::PreParserTraits | inlinestatic |
| CheckPossibleEvalCall(PreParserExpression expression, PreParserScope *scope) | v8::internal::PreParserTraits | inlinestatic |
| ClassLiteral(PreParserIdentifier name, PreParserExpression extends, PreParserExpression constructor, PreParserExpressionList properties, int position, PreParserFactory *factory) | v8::internal::PreParserTraits | inlinestatic |
| DeclareArrowParametersFromExpression(PreParserExpression expression, PreParserScope *scope, Scanner::Location *dupe_loc, bool *ok) | v8::internal::PreParserTraits | inline |
| EmptyArrowParamList() | v8::internal::PreParserTraits | inlinestatic |
| EmptyExpression() | v8::internal::PreParserTraits | inlinestatic |
| EmptyFunctionLiteral() | v8::internal::PreParserTraits | inlinestatic |
| EmptyIdentifier() | v8::internal::PreParserTraits | inlinestatic |
| EmptyIdentifierString() | v8::internal::PreParserTraits | inlinestatic |
| EmptyLiteral() | v8::internal::PreParserTraits | inlinestatic |
| EmptyObjectLiteralProperty() | v8::internal::PreParserTraits | inlinestatic |
| ExpressionFromIdentifier(PreParserIdentifier name, int pos, PreParserScope *scope, PreParserFactory *factory) | v8::internal::PreParserTraits | inlinestatic |
| ExpressionFromLiteral(Token::Value token, int pos, Scanner *scanner, PreParserFactory *factory) | v8::internal::PreParserTraits | inlinestatic |
| ExpressionFromString(int pos, Scanner *scanner, PreParserFactory *factory=NULL) | v8::internal::PreParserTraits | |
| GetIterator(PreParserExpression iterable, PreParserFactory *factory) | v8::internal::PreParserTraits | inline |
| GetLiteralTheHole(int position, PreParserFactory *factory) | v8::internal::PreParserTraits | inlinestatic |
| GetNextSymbol(Scanner *scanner) | v8::internal::PreParserTraits | inlinestatic |
| GetNumberAsSymbol(Scanner *scanner) | v8::internal::PreParserTraits | |
| GetSymbol(Scanner *scanner) | v8::internal::PreParserTraits | |
| InferFunctionName(FuncNameInferrer *fni, PreParserExpression expression) | v8::internal::PreParserTraits | inlinestatic |
| IsArrayIndex(PreParserIdentifier string, uint32_t *index) | v8::internal::PreParserTraits | inlinestatic |
| IsBoilerplateProperty(PreParserExpression property) | v8::internal::PreParserTraits | inlinestatic |
| IsConstructor(PreParserIdentifier identifier) | v8::internal::PreParserTraits | inlinestatic |
| IsEvalOrArguments(PreParserIdentifier identifier) | v8::internal::PreParserTraits | inlinestatic |
| IsFutureStrictReserved(PreParserIdentifier identifier) | v8::internal::PreParserTraits | inlinestatic |
| IsIdentifier(PreParserExpression expression) | v8::internal::PreParserTraits | inlinestatic |
| IsPrototype(PreParserIdentifier identifier) | v8::internal::PreParserTraits | inlinestatic |
| IsThisProperty(PreParserExpression expression) | v8::internal::PreParserTraits | inlinestatic |
| MarkExpressionAsAssigned(PreParserExpression expression) | v8::internal::PreParserTraits | inlinestatic |
| NewExpressionList(int size, void *zone) | v8::internal::PreParserTraits | inlinestatic |
| NewPropertyList(int size, void *zone) | v8::internal::PreParserTraits | inlinestatic |
| NewScope(PreParserScope *outer_scope, ScopeType scope_type) | v8::internal::PreParserTraits | inline |
| NewStatementList(int size, void *zone) | v8::internal::PreParserTraits | inlinestatic |
| NewThrowReferenceError(const char *type, int pos) | v8::internal::PreParserTraits | inline |
| NewThrowSyntaxError(const char *type, Handle< Object > arg, int pos) | v8::internal::PreParserTraits | inline |
| NewThrowTypeError(const char *type, Handle< Object > arg, int pos) | v8::internal::PreParserTraits | inline |
| NullExpressionList() | v8::internal::PreParserTraits | inlinestatic |
| ParseEagerFunctionBody(PreParserIdentifier function_name, int pos, Variable *fvar, Token::Value fvar_init_op, bool is_generator, bool *ok) | v8::internal::PreParserTraits | inline |
| ParseFunctionLiteral(PreParserIdentifier name, Scanner::Location function_name_location, bool name_is_strict_reserved, FunctionKind kind, int function_token_position, FunctionLiteral::FunctionType type, FunctionLiteral::ArityRestriction arity_restriction, bool *ok) | v8::internal::PreParserTraits | |
| ParseV8Intrinsic(bool *ok) | v8::internal::PreParserTraits | |
| pre_parser_ | v8::internal::PreParserTraits | private |
| PreParserTraits(PreParser *pre_parser) | v8::internal::PreParserTraits | inlineexplicit |
| PushLiteralName(FuncNameInferrer *fni, PreParserIdentifier id) | v8::internal::PreParserTraits | inlinestatic |
| PushPropertyName(FuncNameInferrer *fni, PreParserExpression expression) | v8::internal::PreParserTraits | inlinestatic |
| ReportMessageAt(Scanner::Location location, const char *message, const char *arg=NULL, bool is_reference_error=false) | v8::internal::PreParserTraits | |
| ReportMessageAt(int start_pos, int end_pos, const char *message, const char *arg=NULL, bool is_reference_error=false) | v8::internal::PreParserTraits | |
| SetUpFunctionState(FunctionState *function_state) | v8::internal::PreParserTraits | inlinestatic |
| ShortcutNumericLiteralBinaryExpression(PreParserExpression *x, PreParserExpression y, Token::Value op, int pos, PreParserFactory *factory) | v8::internal::PreParserTraits | inline |
| SkipLazyFunctionBody(PreParserIdentifier function_name, int *materialized_literal_count, int *expected_property_count, bool *ok) | v8::internal::PreParserTraits | inline |
| SuperReference(PreParserScope *scope, PreParserFactory *factory) | v8::internal::PreParserTraits | inlinestatic |
| TearDownFunctionState(FunctionState *function_state) | v8::internal::PreParserTraits | inlinestatic |
| ThisExpression(PreParserScope *scope, PreParserFactory *factory) | v8::internal::PreParserTraits | inlinestatic |