Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor.h42 static int FastCloneShallowObjectPropertiesCount(int literal_length);
Dbuiltins-constructor.cc654 int literal_length) { in FastCloneShallowObjectPropertiesCount() argument
659 return literal_length == 0 in FastCloneShallowObjectPropertiesCount()
661 : literal_length; in FastCloneShallowObjectPropertiesCount()
/external/v8/src/parsing/
Dscanner.h263 } else if (is_literal_one_byte() && literal_length() == length &&
277 literal_length() == 3 && in IsGetOrSet()
641 int literal_length() const { in literal_length() function