Home | History | Annotate | Download | only in include

Lines Matching refs:Encoding

1270     enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 };
1272 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);
2310 enum Encoding {
2488 * regardless of the encoding, otherwise return NULL. The encoding of the
2492 Encoding* encoding_out) const;
2664 Encoding encoding) const;
4725 * The result is an integer encoding property attributes (like v8::None,
4824 * value is an interger encoding a `v8::PropertyAttribute`.
9005 String::Encoding* encoding_out) const {
9010 *encoding_out = static_cast<Encoding>(type & I::kStringEncodingMask);