Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dast-value-factory.cc384 uint32_t hash, bool is_one_byte, Vector<const byte> literal_bytes) { in GetString() argument
389 AstRawString key(is_one_byte, literal_bytes, hash); in GetString()
393 int length = literal_bytes.length(); in GetString()
395 memcpy(new_literal_bytes, literal_bytes.start(), length); in GetString()
Dast-value-factory.h101 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes, in AstRawString() argument
103 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {} in AstRawString()
322 Vector<const byte> literal_bytes);
Dpreparse-data.h128 Vector<const byte> literal_bytes; member