Home
last modified time | relevance | path

Searched refs:ParseRestriction (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dcompiler.h43 enum ParseRestriction { enum
159 void SetParseRestriction(ParseRestriction restriction) { in SetParseRestriction()
163 ParseRestriction parse_restriction() const { in parse_restriction()
381 class ParseRestricitonField: public BitField<ParseRestriction, 13, 1> {};
621 ParseRestriction restriction,
Dcompiler.cc840 ParseRestriction restriction, in CompileEval()
Druntime.cc9722 ParseRestriction restriction = function_literal_only in RUNTIME_FUNCTION()