Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h691 void ExpectMetaProperty(Vector<const char> property_name,
2986 ExpectMetaProperty(CStrVector("sent"), "function.sent", pos, CHECK_OK); in ParseMemberExpression()
3063 void ParserBase<Traits>::ExpectMetaProperty(Vector<const char> property_name, in ExpectMetaProperty() function
3081 ExpectMetaProperty(CStrVector("target"), "new.target", pos, CHECK_OK); in ParseNewTargetExpression()