Searched refs:TwoByteValue (Results 1 – 10 of 10) sorted by relevance
90 TwoByteValue::TwoByteValue(Isolate* isolate, Local<Value> value) { in TwoByteValue() function in node::TwoByteValue
532 class TwoByteValue : public MaybeStackBuffer<uint16_t> {534 explicit TwoByteValue(v8::Isolate* isolate, v8::Local<v8::Value> value);
36 TwoByteValue buffer(isolate, value); in ToProtocolString()
328 TwoByteValue value(env->isolate(), args[0]); in ToUSVString()
827 TwoByteValue value(env->isolate(), args[0]); in GetStringWidth()
67 TwoByteValue buffer(isolate, value); in ToProtocolString()
714 node::TwoByteValue str(env->isolate(), args[1]); in Fill()
1011 The `Utf8Value`, `TwoByteValue` (i.e. UTF-16 value) and `BufferValue`
4885 …/nodejs/node/commit/a7f7724167)] - **src**: remove misleading flag in TwoByteValue (Timothy Gu) [#…
5169 …nodejs/node/commit/b6a41d6120)] - **src**: fix out-of-bounds write in TwoByteValue (Anna Henningse…