/third_party/node/src/ |
H A D | base_object.cc | 19 CHECK_GE(object->InternalFieldCount(), BaseObject::kInternalFieldCount); in BaseObject() 79 CHECK_GE(args.This()->InternalFieldCount(), BaseObject::kInternalFieldCount); in LazilyInitializedJSTemplateConstructor() 93 t->InstanceTemplate()->SetInternalFieldCount(BaseObject::kInternalFieldCount); in MakeLazilyInitializedJSTemplate()
|
H A D | module_wrap.h | 36 kModuleSlot = BaseObject::kInternalFieldCount, 40 kInternalFieldCount enumerator
|
H A D | stream_base.h | 40 kStreamReqField = BaseObject::kInternalFieldCount, 41 kInternalFieldCount enumerator 311 kStreamBaseField = BaseObject::kInternalFieldCount, 313 kInternalFieldCount enumerator
|
H A D | udp_wrap.h | 82 kUDPWrapBaseField = HandleWrap::kInternalFieldCount, 83 kInternalFieldCount enumerator
|
H A D | stream_wrap.cc | 75 sw->InstanceTemplate()->SetInternalFieldCount(StreamReq::kInternalFieldCount); in Initialize() 98 StreamReq::kInternalFieldCount); in Initialize() 145 StreamBase::kInternalFieldCount); in GetConstructorTemplate()
|
H A D | node_postmortem_metadata.cc | 55 BaseObject::kInternalFieldCount; in GenDebugSymbols()
|
H A D | base_object-inl.h | 80 DCHECK_GE(object->InternalFieldCount(), BaseObject::kInternalFieldCount); in TagNodeObject() 92 DCHECK_GE(obj->InternalFieldCount(), BaseObject::kInternalFieldCount); in FromJSObject()
|
H A D | node_contextify.h | 153 kUnboundScriptSlot = BaseObject::kInternalFieldCount, 154 kInternalFieldCount enumerator
|
H A D | node_stat_watcher.cc | 52 StatWatcher::kInternalFieldCount); in Initialize()
|
H A D | signal_wrap.cc | 59 SignalWrap::kInternalFieldCount); in Initialize()
|
H A D | tty_wrap.cc | 63 t->InstanceTemplate()->SetInternalFieldCount(StreamBase::kInternalFieldCount); in Initialize()
|
H A D | node_file.h | 296 kFileHandleBaseField = StreamBase::kInternalFieldCount, 298 kInternalFieldCount enumerator
|
H A D | base_object.h | 48 enum InternalFields { kEmbedderType, kSlot, kInternalFieldCount }; enumerator
|
H A D | fs_event_wrap.cc | 103 FSEventWrap::kInternalFieldCount); in Initialize()
|
H A D | node_trace_events.cc | 139 NodeCategorySet::kInternalFieldCount); in Initialize()
|
H A D | node_wasm_web_api.cc | 33 WasmStreamingObject::kInternalFieldCount); in Initialize()
|
H A D | node_blob.cc | 59 BaseObject::kInternalFieldCount); in GetConstructorTemplate() 365 AsyncWrap::kInternalFieldCount); in Initialize()
|
H A D | node_serdes.cc | 464 SerializerContext::kInternalFieldCount); in Initialize() 492 DeserializerContext::kInternalFieldCount); in Initialize()
|
H A D | js_stream.cc | 205 ->SetInternalFieldCount(StreamBase::kInternalFieldCount); in Initialize()
|
H A D | node_watchdog.cc | 129 TraceSigintWatchdog::kInternalFieldCount); in Init()
|
/third_party/node/deps/v8/include/ |
H A D | v8-array-buffer.h | 280 static const int kInternalFieldCount = V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT; member in v8::ArrayBuffer 336 static const int kInternalFieldCount = member in v8::ArrayBufferView 444 static const int kInternalFieldCount = V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT; member in v8::SharedArrayBuffer
|
/third_party/node/test/cctest/ |
H A D | test_node_postmortem_metadata.cc | 73 int kInternalFieldCount = node::BaseObject::kInternalFieldCount; in TEST_F() local 75 kInternalFieldCount); in TEST_F()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-array-buffer.h | 334 static const int kInternalFieldCount = V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT; member in v8::ArrayBuffer 390 static const int kInternalFieldCount = member in v8::ArrayBufferView 503 static const int kInternalFieldCount = V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT; member in v8::SharedArrayBuffer
|
/third_party/node/src/quic/ |
H A D | logstream.cc | 29 StreamBase::kInternalFieldCount); in GetConstructorTemplate()
|
/third_party/node/src/crypto/ |
H A D | crypto_hmac.cc | 46 Hmac::kInternalFieldCount); in Initialize()
|