Home | History | Annotate | Download | only in include

Lines Matching defs:Encoding

1276     enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 };
1278 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);
2334 enum Encoding {
2513 * regardless of the encoding, otherwise return NULL. The encoding of the
2517 Encoding* encoding_out) const;
2689 Encoding encoding) const;
4750 * The result is an integer encoding property attributes (like v8::None,
4849 * value is an interger encoding a `v8::PropertyAttribute`.
9202 String::Encoding* encoding_out) const {
9207 *encoding_out = static_cast<Encoding>(type & I::kStringEncodingMask);