/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.h | 63 Maybe<bool> WriteObject(Handle<Object> object) V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 121 V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 122 Maybe<bool> WriteJSObject(Handle<JSObject> object) V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 123 Maybe<bool> WriteJSObjectSlow(Handle<JSObject> object) V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 124 Maybe<bool> WriteJSArray(Handle<JSArray> array) V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 127 V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 129 Maybe<bool> WriteJSMap(Handle<JSMap> map) V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 130 Maybe<bool> WriteJSSet(Handle<JSSet> map) V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 132 V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 134 Maybe<bool> WriteJSError(Handle<JSObject> error) V8_WARN_UNUSED_RESULT; member in v8::internal::SerializationTag 136 V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 139 V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 141 V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 144 V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 145 Maybe<bool> WriteHostObject(Handle<JSObject> object) V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 153 Handle<JSObject> object, Handle<FixedArray> keys) V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 160 V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 163 V8_WARN_UNUSED_RESULT; global() member in v8::internal::SerializationTag 203 Maybe<bool> ReadHeader() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 215 MaybeHandle<Object> ReadObjectWrapper() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 225 V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 238 bool ReadUint32(uint32_t* value) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 239 bool ReadUint64(uint64_t* value) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 240 bool ReadDouble(double* value) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 241 bool ReadRawBytes(size_t length, const void** data) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 247 Maybe<SerializationTag> PeekTag() const V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 249 Maybe<SerializationTag> ReadTag() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 251 V8_INLINE Maybe<T> ReadVarint() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 253 V8_NOINLINE Maybe<T> ReadVarintLoop() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 255 Maybe<T> ReadZigZag() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 256 Maybe<double> ReadDouble() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 258 V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 259 MaybeHandle<Object> ReadObject() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 263 bool ReadExpectedString(Handle<String> expected) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 267 MaybeHandle<Object> ReadObjectInternal() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 272 MaybeHandle<String> ReadString() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 276 MaybeHandle<BigInt> ReadBigInt() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 278 AllocationType allocation = AllocationType::kYoung) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 280 AllocationType allocation = AllocationType::kYoung) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 282 AllocationType allocation = AllocationType::kYoung) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 283 MaybeHandle<JSObject> ReadJSObject() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 284 MaybeHandle<JSArray> ReadSparseJSArray() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 285 MaybeHandle<JSArray> ReadDenseJSArray() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 286 MaybeHandle<JSDate> ReadJSDate() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 288 V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 289 MaybeHandle<JSRegExp> ReadJSRegExp() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 290 MaybeHandle<JSMap> ReadJSMap() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 291 MaybeHandle<JSSet> ReadJSSet() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 293 V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 295 V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 297 Handle<JSArrayBuffer> buffer) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 300 uint32_t serialized_flags) V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 301 MaybeHandle<Object> ReadJSError() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 303 MaybeHandle<JSObject> ReadWasmModuleTransfer() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 304 MaybeHandle<WasmMemoryObject> ReadWasmMemory() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 306 MaybeHandle<HeapObject> ReadSharedObject() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer 307 MaybeHandle<JSObject> ReadHostObject() V8_WARN_UNUSED_RESULT; global() member in v8::internal::ValueDeserializer [all...] |
H A D | js-temporal-objects.h | 51 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalCalendar> Constructor( 56 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> Year( 61 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DaysInYear( 66 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DayOfWeek( 71 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DayOfYear( 76 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> MonthsInYear( 81 V8_WARN_UNUSED_RESULT static MaybeHandle<Oddball> InLeapYear( 86 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DaysInMonth( 91 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DaysInWeek( 96 V8_WARN_UNUSED_RESULT stati [all...] |
H A D | objects.h | 350 V8_WARN_UNUSED_RESULT static Maybe<bool> IsArray(Handle<Object> object); 391 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<ComparisonResult> 395 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<bool> Equals( 408 V8_WARN_UNUSED_RESULT static inline MaybeHandle<JSReceiver> ToObject( 411 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> ToObjectImpl( 416 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> ConvertReceiver( 420 V8_WARN_UNUSED_RESULT static inline MaybeHandle<Name> ToName( 424 V8_WARN_UNUSED_RESULT static inline MaybeHandle<Object> ToPrimitive( 429 V8_WARN_UNUSED_RESULT static inline MaybeHandle<Object> ToNumber( 432 V8_WARN_UNUSED_RESULT stati [all...] |
H A D | js-objects.h | 88 V8_WARN_UNUSED_RESULT static MaybeHandle<Object> ToPrimitive( 93 V8_WARN_UNUSED_RESULT static MaybeHandle<Object> OrdinaryToPrimitive( 106 V8_WARN_UNUSED_RESULT static Maybe<bool> HasInPrototypeChain( 113 V8_WARN_UNUSED_RESULT static Maybe<bool> SetOrCopyDataProperties( 120 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<bool> HasProperty( 122 V8_WARN_UNUSED_RESULT static inline Maybe<bool> HasProperty( 124 V8_WARN_UNUSED_RESULT static inline Maybe<bool> HasElement( 127 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<bool> HasOwnProperty( 129 V8_WARN_UNUSED_RESULT static inline Maybe<bool> HasOwnProperty( 132 V8_WARN_UNUSED_RESULT stati [all...] |
H A D | js-proxy.h | 22 V8_WARN_UNUSED_RESULT static MaybeHandle<JSProxy> New(Isolate* isolate, 33 V8_WARN_UNUSED_RESULT static Maybe<bool> SetPrototype( 37 V8_WARN_UNUSED_RESULT static Maybe<bool> IsExtensible(Handle<JSProxy> proxy); 40 V8_WARN_UNUSED_RESULT static Maybe<bool> IsArray(Handle<JSProxy> proxy); 43 V8_WARN_UNUSED_RESULT static Maybe<bool> PreventExtensions( 47 V8_WARN_UNUSED_RESULT static Maybe<bool> GetOwnPropertyDescriptor( 52 V8_WARN_UNUSED_RESULT static Maybe<bool> DefineOwnProperty( 57 V8_WARN_UNUSED_RESULT static Maybe<bool> HasProperty(Isolate* isolate, 63 V8_WARN_UNUSED_RESULT static Maybe<bool> CheckHasTrap( 67 V8_WARN_UNUSED_RESULT stati [all...] |
H A D | intl-objects.h | 96 static V8_WARN_UNUSED_RESULT MaybeHandle<JSObject> SupportedLocalesOf( 109 V8_WARN_UNUSED_RESULT static MaybeHandle<JSArray> GetCanonicalLocales( 113 V8_WARN_UNUSED_RESULT static MaybeHandle<JSArray> SupportedValuesOf( 117 V8_WARN_UNUSED_RESULT static MaybeHandle<String> StringLocaleConvertCase( 121 V8_WARN_UNUSED_RESULT static MaybeHandle<String> ConvertToUpper( 124 V8_WARN_UNUSED_RESULT static MaybeHandle<String> ConvertToLower( 127 V8_WARN_UNUSED_RESULT static base::Optional<int> StringLocaleCompare( 138 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static int CompareStrings( 145 V8_WARN_UNUSED_RESULT static MaybeHandle<String> NumberToLocaleString( 174 V8_WARN_UNUSED_RESULT stati [all...] |
H A D | elements.h | 69 V8_WARN_UNUSED_RESULT virtual Maybe<bool> SetLength(Handle<JSArray> holder, 75 V8_WARN_UNUSED_RESULT virtual ExceptionStatus CollectElementIndices( 79 V8_WARN_UNUSED_RESULT inline ExceptionStatus CollectElementIndices( 96 V8_WARN_UNUSED_RESULT virtual ExceptionStatus AddElementsToKeyAccumulator( 100 V8_WARN_UNUSED_RESULT virtual Maybe<bool> TransitionElementsKind( 102 V8_WARN_UNUSED_RESULT virtual Maybe<bool> GrowCapacityAndConvert( 106 V8_WARN_UNUSED_RESULT virtual Maybe<bool> GrowCapacity( 115 V8_WARN_UNUSED_RESULT virtual Maybe<bool> Add(Handle<JSObject> object, 124 V8_WARN_UNUSED_RESULT virtual Maybe<uint32_t> Push(Handle<JSArray> receiver, 128 V8_WARN_UNUSED_RESULT virtua [all...] |
H A D | js-date-time-format.h | 39 V8_WARN_UNUSED_RESULT static MaybeHandle<JSDateTimeFormat> New( 43 V8_WARN_UNUSED_RESULT static MaybeHandle<JSObject> ResolvedOptions( 46 V8_WARN_UNUSED_RESULT static Handle<String> Calendar( 49 V8_WARN_UNUSED_RESULT static Handle<Object> TimeZone( 53 V8_WARN_UNUSED_RESULT static MaybeHandle<JSDateTimeFormat> 62 V8_WARN_UNUSED_RESULT static MaybeHandle<String> DateTimeFormat( 67 V8_WARN_UNUSED_RESULT static MaybeHandle<JSArray> FormatToParts( 72 V8_WARN_UNUSED_RESULT static MaybeHandle<String> FormatRange( 77 V8_WARN_UNUSED_RESULT static MaybeHandle<JSArray> FormatRangeToParts( 84 V8_WARN_UNUSED_RESULT stati [all...] |
H A D | module.h | 58 V8_WARN_UNUSED_RESULT bool IsGraphAsync(Isolate* isolate) const; 74 static V8_WARN_UNUSED_RESULT bool Instantiate( 80 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> Evaluate( 105 static V8_WARN_UNUSED_RESULT MaybeHandle<Cell> ResolveExport( 110 static V8_WARN_UNUSED_RESULT bool PrepareInstantiate( 114 static V8_WARN_UNUSED_RESULT bool FinishInstantiate( 147 V8_WARN_UNUSED_RESULT MaybeHandle<Object> GetExport(Isolate* isolate, 153 static V8_WARN_UNUSED_RESULT Maybe<PropertyAttributes> GetPropertyAttributes( 156 static V8_WARN_UNUSED_RESULT Maybe<bool> DefineOwnProperty(
|
H A D | source-text-module.h | 148 static V8_WARN_UNUSED_RESULT MaybeHandle<Cell> ResolveExport( 152 static V8_WARN_UNUSED_RESULT MaybeHandle<Cell> ResolveImport( 157 static V8_WARN_UNUSED_RESULT MaybeHandle<Cell> ResolveExportUsingStarExports( 162 static V8_WARN_UNUSED_RESULT bool PrepareInstantiate( 167 static V8_WARN_UNUSED_RESULT bool FinishInstantiate( 171 static V8_WARN_UNUSED_RESULT bool RunInitializationCode( 183 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> Evaluate( 187 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> InnerModuleEvaluation( 191 static V8_WARN_UNUSED_RESULT bool MaybeTransitionComponent( 198 static V8_WARN_UNUSED_RESULT MaybeHandl [all...] |
H A D | option-utils.h | 15 V8_WARN_UNUSED_RESULT MaybeHandle<JSReceiver> GetOptionsObject( 19 V8_WARN_UNUSED_RESULT MaybeHandle<JSReceiver> CoerceOptionsToObject( 37 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT Maybe<bool> GetStringOption( 47 V8_WARN_UNUSED_RESULT static Maybe<T> GetStringOption( in GetStringOption() 73 V8_WARN_UNUSED_RESULT static Maybe<T> GetStringOrBooleanOption( in GetStringOrBooleanOption() 151 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT Maybe<bool> GetBoolOption( 155 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT Maybe<int> GetNumberOption( 160 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT Maybe<int> DefaultNumberOption(
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-object.h | 244 V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, 247 V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index, 260 V8_WARN_UNUSED_RESULT Maybe<bool> CreateDataProperty(Local<Context> context, 263 V8_WARN_UNUSED_RESULT Maybe<bool> CreateDataProperty(Local<Context> context, 276 V8_WARN_UNUSED_RESULT Maybe<bool> DefineOwnProperty( 296 V8_WARN_UNUSED_RESULT Maybe<bool> DefineProperty( 299 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, 302 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, 310 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes( 317 V8_WARN_UNUSED_RESULT MaybeLoca [all...] |
H A D | v8-value.h | 360 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt( 365 V8_WARN_UNUSED_RESULT MaybeLocal<Number> ToNumber( 370 V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString( 377 V8_WARN_UNUSED_RESULT MaybeLocal<String> ToDetailString( 382 V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject( 389 V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger( 396 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32( 403 V8_WARN_UNUSED_RESULT MaybeLocal<Int32> ToInt32(Local<Context> context) const; 414 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex( 421 V8_WARN_UNUSED_RESULT Mayb [all...] |
H A D | v8-function.h | 38 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance( 41 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance( in NewInstance() 51 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstanceWithSideEffectType( 55 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context, 107 V8_WARN_UNUSED_RESULT MaybeLocal<String> FunctionProtoToString( 116 V8_WARN_UNUSED_RESULT bool Experimental_IsNopFunction() const;
|
H A D | v8-value-serializer.h | 165 V8_WARN_UNUSED_RESULT Maybe<bool> WriteValue(Local<Context> context, 174 V8_WARN_UNUSED_RESULT std::pair<uint8_t*, size_t> Release(); 258 V8_WARN_UNUSED_RESULT Maybe<bool> ReadHeader(Local<Context> context); 263 V8_WARN_UNUSED_RESULT MaybeLocal<Value> ReadValue(Local<Context> context); 301 V8_WARN_UNUSED_RESULT bool ReadUint32(uint32_t* value); 302 V8_WARN_UNUSED_RESULT bool ReadUint64(uint64_t* value); 303 V8_WARN_UNUSED_RESULT bool ReadDouble(double* value); 304 V8_WARN_UNUSED_RESULT bool ReadRawBytes(size_t length, const void** data);
|
H A D | v8-container.h | 58 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, 60 V8_WARN_UNUSED_RESULT MaybeLocal<Map> Set(Local<Context> context, 63 V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, 65 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context, 98 V8_WARN_UNUSED_RESULT MaybeLocal<Set> Add(Local<Context> context, 100 V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, 102 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context,
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 246 V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, 249 V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index, 259 V8_WARN_UNUSED_RESULT Maybe<bool> CreateDataProperty(Local<Context> context, 262 V8_WARN_UNUSED_RESULT Maybe<bool> CreateDataProperty(Local<Context> context, 272 V8_WARN_UNUSED_RESULT Maybe<bool> DefineOwnProperty( 289 V8_WARN_UNUSED_RESULT Maybe<bool> DefineProperty( 292 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, 295 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, 303 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes( 309 V8_WARN_UNUSED_RESULT MaybeLoca [all...] |
H A D | v8-value.h | 350 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt( 355 V8_WARN_UNUSED_RESULT MaybeLocal<Number> ToNumber( 360 V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString( 367 V8_WARN_UNUSED_RESULT MaybeLocal<String> ToDetailString( 372 V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject( 379 V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger( 386 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32( 393 V8_WARN_UNUSED_RESULT MaybeLocal<Int32> ToInt32(Local<Context> context) const; 404 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex( 411 V8_WARN_UNUSED_RESULT Mayb [all...] |
H A D | v8-value-serializer.h | 121 V8_WARN_UNUSED_RESULT Maybe<bool> WriteValue(Local<Context> context, 130 V8_WARN_UNUSED_RESULT std::pair<uint8_t*, size_t> Release(); 221 V8_WARN_UNUSED_RESULT Maybe<bool> ReadHeader(Local<Context> context); 226 V8_WARN_UNUSED_RESULT MaybeLocal<Value> ReadValue(Local<Context> context); 264 V8_WARN_UNUSED_RESULT bool ReadUint32(uint32_t* value); 265 V8_WARN_UNUSED_RESULT bool ReadUint64(uint64_t* value); 266 V8_WARN_UNUSED_RESULT bool ReadDouble(double* value); 267 V8_WARN_UNUSED_RESULT bool ReadRawBytes(size_t length, const void** data);
|
H A D | v8-container.h | 58 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, 60 V8_WARN_UNUSED_RESULT MaybeLocal<Map> Set(Local<Context> context, 63 V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, 65 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context, 98 V8_WARN_UNUSED_RESULT MaybeLocal<Set> Add(Local<Context> context, 100 V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, 102 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | map-inference.h | 44 V8_WARN_UNUSED_RESULT bool HaveMaps() const; 48 V8_WARN_UNUSED_RESULT bool AllOfInstanceTypesAreJSReceiver() const; 50 V8_WARN_UNUSED_RESULT bool AllOfInstanceTypesAre(InstanceType type) const; 51 V8_WARN_UNUSED_RESULT bool AnyOfInstanceTypesAre(InstanceType type) const; 55 V8_WARN_UNUSED_RESULT ZoneVector<MapRef> const& GetMaps(); 56 V8_WARN_UNUSED_RESULT bool AllOfInstanceTypes( 58 V8_WARN_UNUSED_RESULT bool Is(const MapRef& expected_map); 64 V8_WARN_UNUSED_RESULT bool RelyOnMapsViaStability( 80 V8_WARN_UNUSED_RESULT Reduction NoChange(); 97 V8_WARN_UNUSED_RESULT boo [all...] |
H A D | common-operator.h | 75 V8_WARN_UNUSED_RESULT; member 102 V8_WARN_UNUSED_RESULT; member 126 const Operator* const) V8_WARN_UNUSED_RESULT; member 129 V8_WARN_UNUSED_RESULT; member 132 V8_WARN_UNUSED_RESULT; member 135 LoopExitValueRepresentationOf(const Operator* const) V8_WARN_UNUSED_RESULT; member 138 PhiRepresentationOf(const Operator* const) V8_WARN_UNUSED_RESULT; member 162 V8_WARN_UNUSED_RESULT; member 164 V8_WARN_UNUSED_RESULT; member 347 V8_WARN_UNUSED_RESULT; member 352 Type TypeGuardTypeOf(Operator const*) V8_WARN_UNUSED_RESULT; global() member 354 int OsrValueIndexOf(Operator const*) V8_WARN_UNUSED_RESULT; global() member 356 SparseInputMask SparseInputMaskOf(Operator const*) V8_WARN_UNUSED_RESULT; global() member 359 V8_WARN_UNUSED_RESULT; global() member 382 ArgumentsStateType ArgumentsStateTypeOf(Operator const*) V8_WARN_UNUSED_RESULT; global() member 387 V8_WARN_UNUSED_RESULT; global() member 414 const Operator* op) V8_WARN_UNUSED_RESULT; global() member 417 V8_WARN_UNUSED_RESULT; global() member 420 V8_WARN_UNUSED_RESULT; global() member 423 V8_WARN_UNUSED_RESULT; global() member 452 const Operator* op) V8_WARN_UNUSED_RESULT; global() member [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform.h | 319 V8_WARN_UNUSED_RESULT static constexpr bool IsRemapPageSupported() { in IsRemapPageSupported() 335 V8_WARN_UNUSED_RESULT static bool RemapPages(const void* address, size_t size, 357 V8_WARN_UNUSED_RESULT static void* Allocate(void* address, size_t size, 361 V8_WARN_UNUSED_RESULT static void* AllocateShared(size_t size, 364 V8_WARN_UNUSED_RESULT static void* RemapShared(void* old_address, 370 V8_WARN_UNUSED_RESULT static void* AllocateShared( 378 V8_WARN_UNUSED_RESULT static bool SetPermissions(void* address, size_t size, 381 V8_WARN_UNUSED_RESULT static bool DiscardSystemPages(void* address, 384 V8_WARN_UNUSED_RESULT static bool DecommitPages(void* address, size_t size); 386 V8_WARN_UNUSED_RESULT stati [all...] |
/third_party/node/deps/v8/src/base/utils/ |
H A D | random-number-generator.h | 53 V8_INLINE int NextInt() V8_WARN_UNUSED_RESULT { return Next(32); } 61 int NextInt(int max) V8_WARN_UNUSED_RESULT; member in v8::base::final 68 V8_INLINE bool NextBool() V8_WARN_UNUSED_RESULT { return Next(1) != 0; } 75 double NextDouble() V8_WARN_UNUSED_RESULT; member in v8::base::final 82 int64_t NextInt64() V8_WARN_UNUSED_RESULT; member in v8::base::final 91 size_t n) V8_WARN_UNUSED_RESULT; member in v8::base::final 103 std::unordered_set<uint64_t>{}) V8_WARN_UNUSED_RESULT; member in v8::base::final 137 int Next(int bits) V8_WARN_UNUSED_RESULT; member in v8::base::final
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap-allocator.h | 38 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult 47 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult AllocateRaw( 54 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult 63 V8_WARN_UNUSED_RESULT V8_INLINE HeapObject 85 V8_WARN_UNUSED_RESULT AllocationResult AllocateRawLargeInternal( 89 V8_WARN_UNUSED_RESULT AllocationResult AllocateRawWithRetryOrFailSlowPath( 93 V8_WARN_UNUSED_RESULT AllocationResult AllocateRawWithLightRetrySlowPath(
|