Searched refs:TwoByteValue (Results 1 – 10 of 10) sorted by relevance
89 TwoByteValue::TwoByteValue(Isolate* isolate, Local<Value> value) { in TwoByteValue() function in node::TwoByteValue
495 class TwoByteValue : public MaybeStackBuffer<uint16_t> {497 explicit TwoByteValue(v8::Isolate* isolate, v8::Local<v8::Value> value);
35 TwoByteValue buffer(isolate, value); in ToProtocolString()
785 TwoByteValue value(env->isolate(), args[0]); in GetStringWidth()
65 TwoByteValue buffer(isolate, value); in ToProtocolString()
613 node::TwoByteValue str(env->isolate(), args[1]); in Fill()
1718 TwoByteValue value(env->isolate(), args[0]); in ToUSVString()
943 The `Utf8Value`, `TwoByteValue` (i.e. UTF-16 value) and `BufferValue`
4847 …/nodejs/node/commit/a7f7724167)] - **src**: remove misleading flag in TwoByteValue (Timothy Gu) [#…
5122 …nodejs/node/commit/b6a41d6120)] - **src**: fix out-of-bounds write in TwoByteValue (Anna Henningse…