Home
last modified time | relevance | path

Searched refs:kInternalFieldCount (Results 1 - 25 of 61) sorted by relevance

123

/third_party/node/src/
H A Dbase_object.cc19 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 Dmodule_wrap.h36 kModuleSlot = BaseObject::kInternalFieldCount,
40 kInternalFieldCount enumerator
H A Dstream_base.h40 kStreamReqField = BaseObject::kInternalFieldCount,
41 kInternalFieldCount enumerator
311 kStreamBaseField = BaseObject::kInternalFieldCount,
313 kInternalFieldCount enumerator
H A Dudp_wrap.h82 kUDPWrapBaseField = HandleWrap::kInternalFieldCount,
83 kInternalFieldCount enumerator
H A Dstream_wrap.cc75 sw->InstanceTemplate()->SetInternalFieldCount(StreamReq::kInternalFieldCount); in Initialize()
98 StreamReq::kInternalFieldCount); in Initialize()
145 StreamBase::kInternalFieldCount); in GetConstructorTemplate()
H A Dnode_postmortem_metadata.cc55 BaseObject::kInternalFieldCount; in GenDebugSymbols()
H A Dbase_object-inl.h80 DCHECK_GE(object->InternalFieldCount(), BaseObject::kInternalFieldCount); in TagNodeObject()
92 DCHECK_GE(obj->InternalFieldCount(), BaseObject::kInternalFieldCount); in FromJSObject()
H A Dnode_contextify.h153 kUnboundScriptSlot = BaseObject::kInternalFieldCount,
154 kInternalFieldCount enumerator
H A Dnode_stat_watcher.cc52 StatWatcher::kInternalFieldCount); in Initialize()
H A Dsignal_wrap.cc59 SignalWrap::kInternalFieldCount); in Initialize()
H A Dtty_wrap.cc63 t->InstanceTemplate()->SetInternalFieldCount(StreamBase::kInternalFieldCount); in Initialize()
H A Dnode_file.h296 kFileHandleBaseField = StreamBase::kInternalFieldCount,
298 kInternalFieldCount enumerator
H A Dbase_object.h48 enum InternalFields { kEmbedderType, kSlot, kInternalFieldCount }; enumerator
H A Dfs_event_wrap.cc103 FSEventWrap::kInternalFieldCount); in Initialize()
H A Dnode_trace_events.cc139 NodeCategorySet::kInternalFieldCount); in Initialize()
H A Dnode_wasm_web_api.cc33 WasmStreamingObject::kInternalFieldCount); in Initialize()
H A Dnode_blob.cc59 BaseObject::kInternalFieldCount); in GetConstructorTemplate()
365 AsyncWrap::kInternalFieldCount); in Initialize()
H A Dnode_serdes.cc464 SerializerContext::kInternalFieldCount); in Initialize()
492 DeserializerContext::kInternalFieldCount); in Initialize()
H A Djs_stream.cc205 ->SetInternalFieldCount(StreamBase::kInternalFieldCount); in Initialize()
H A Dnode_watchdog.cc129 TraceSigintWatchdog::kInternalFieldCount); in Init()
/third_party/node/deps/v8/include/
H A Dv8-array-buffer.h280 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 Dtest_node_postmortem_metadata.cc73 int kInternalFieldCount = node::BaseObject::kInternalFieldCount; in TEST_F() local
75 kInternalFieldCount); in TEST_F()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-array-buffer.h334 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 Dlogstream.cc29 StreamBase::kInternalFieldCount); in GetConstructorTemplate()
/third_party/node/src/crypto/
H A Dcrypto_hmac.cc46 Hmac::kInternalFieldCount); in Initialize()

Completed in 13 milliseconds

123