Home
last modified time | relevance | path

Searched defs:const (Results 13176 - 13200 of 19613) sorted by relevance

1...<<521522523524525526527528529530>>...785

/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h125 get_private() const get_private() argument
[all...]
H A Dv8-persistent-handle.h57 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
113 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
118 V8_INLINE bool operator==(const PersistentBase<S>& that) const { in operator ==() argument
123 V8_INLINE bool operator==(const Local<S>& that) const { in operator ==() argument
128 V8_INLINE bool operator!=(const PersistentBas argument
133 operator !=(const Local<S>& that) const operator !=() argument
340 As() const As() argument
459 IsWeak() const IsWeak() argument
541 WrapperClassId() const WrapperClassId() argument
[all...]
H A Dv8-function-callback.h378 GetIsolate() const GetIsolate() argument
383 Get() const Get() argument
414 operator [](int i) const Get() argument
421 This() const Get() argument
427 Holder() const Get() argument
432 NewTarget() const Get() argument
437 Data() const Get() argument
442 GetIsolate() const Get() argument
447 GetReturnValue() const Get() argument
452 IsConstructCall() const Get() argument
457 Length() const Get() argument
462 GetIsolate() const Get() argument
467 Data() const Get() argument
472 This() const Get() argument
477 Holder() const Get() argument
482 GetReturnValue() const Get() argument
487 ShouldThrowOnError() const Get() argument
[all...]
H A Dv8-local-handle.h103 V8_INLINE Isolate* GetIsolate() const { in GetIsolate() argument
256 V8_INLINE T* operator->() const { return this->template value<T>(); } in operator ->() argument
258 V8_INLINE T* operator*() const { return this->operator->(); } in operator *() argument
272 V8_INLINE bool operator==(const Local<S>& that) const { in operator ==() argument
277 V8_INLINE bool operator==(const PersistentBas argument
282 operator !=(const Local<S>& that) const operator !=() argument
287 operator !=(const Persistent<S>& that) const operator !=() argument
313 As() const As() argument
395 UnsafeAs() const UnsafeAs() argument
423 IsEmpty() const IsEmpty() argument
430 ToLocal(Local<S>* out) const ToLocal() argument
449 FromMaybe(Local<S> default_value) const FromMaybe() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-object.h127 get_private() const get_private() argument
[all...]
H A Dv8-persistent-handle.h55 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
61 V8_INLINE bool IsEmpty() const { return val_ == nullptr; } in IsEmpty() argument
116 V8_INLINE bool IsEmpty() const { return val_ == nullptr; } in IsEmpty() argument
119 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
124 V8_INLINE bool operator==(const PersistentBase<S>& that) const { in operator ==() argument
133 V8_INLINE bool operator==(const Loca argument
142 operator !=(const PersistentBase<S>& that) const operator !=() argument
147 operator !=(const Local<S>& that) const operator !=() argument
346 As() const As() argument
361 operator *() const operator *() argument
430 operator *() const operator *() argument
467 IsWeak() const IsWeak() argument
553 WrapperClassId() const WrapperClassId() argument
[all...]
H A Dv8-function-callback.h356 GetIsolate() const GetIsolate() argument
362 Get() const Get() argument
388 operator [](int i) const operator []() argument
395 This() const This() argument
401 Holder() const Holder() argument
407 NewTarget() const NewTarget() argument
413 Data() const Data() argument
418 GetIsolate() const GetIsolate() argument
423 GetReturnValue() const GetReturnValue() argument
428 IsConstructCall() const IsConstructCall() argument
433 Length() const Length() argument
438 GetIsolate() const GetIsolate() argument
443 Data() const Data() argument
448 This() const This() argument
453 Holder() const Holder() argument
458 GetReturnValue() const GetReturnValue() argument
463 ShouldThrowOnError() const ShouldThrowOnError() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-scanner.h38 token_t Token() const { return token_; } in Token() argument
40 size_t Position() const { return position_; } in Position() argument
48 const std::string& GetIdentifierString() const { in GetIdentifierString() argument
55 bool IsPrecededByNewline() const { in IsPrecededByNewline() argument
79 bool IsLocal() const { return IsLocal(Token()); } in IsLocal() argument
80 bool IsGlobal() const { return IsGlobal(Token()); } in IsGlobal() argument
97 bool IsUnsigned() const { return Token() == kUnsigned; } in IsUnsigned() argument
98 uint32_t AsUnsigned() const { in AsUnsigned() argument
102 IsDouble() const IsDouble() argument
103 AsDouble() const AsDouble() argument
[all...]
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_posix.cc377 Print() const Print() argument
387 OutputToStream(std::ostream* os) const OutputToStream() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Doptional.h560 operator ->() const operator ->() argument
570 operator *() const operator *() argument
580 operator *() const operator *() argument
590 operator bool() const operator bool() argument
592 has_value() const has_value() argument
599 value() const value() argument
609 value() const value() argument
615 value_or(U&& default_value) const value_or() argument
[all...]
H A Datomic-utils.h29 V8_INLINE T Value() const { in Value() argument
H A Dsafe_conversions_impl.h200 constexpr bool IsValid() const { retur in RangeCheck() argument
201 IsInvalid() const IsInvalid() argument
202 IsOverflow() const IsOverflow() argument
203 IsUnderflow() const IsUnderflow() argument
204 IsOverflowFlagSet() const IsOverflowFlagSet() argument
205 IsUnderflowFlagSet() const IsUnderflowFlagSet() argument
206 operator ==(const RangeCheck rhs) const operator ==() argument
210 operator !=(const RangeCheck rhs) const operator !=() argument
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Dfixed-dtoa.cc79 bool IsZero() const { return high_bits_ == 0 && low_bits_ == 0; } in IsZero() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dregister-ia32.h61 bool is_byte_register() const { return code() <= 3; } in is_byte_register() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips-inl.h53 bool Operand::is_reg() const { return rm_.is_valid(); } in is_reg() argument
55 int32_t Operand::immediate() const { in immediate() argument
266 relative_code_target_object_handle_at( Address pc) const relative_code_target_object_handle_at() argument
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h27 V8_CLANG_NO_SANITIZE("address") const void* GetValueFromGC() const { in GetValueFromGC() argument
32 PersistentNode* GetNodeFromGC() const { return node_; } in GetNodeFromGC() argument
35 void ClearFromGC() const { in ClearFromGC() argument
42 PersistentNode* GetNodeSafe() const { in GetNodeSafe() argument
49 void SetNodeSafe(PersistentNode* value) const { in SetNodeSafe() argument
272 Get() const Get() argument
304 operator bool() const operator bool() argument
313 operator T*() const operator T*() argument
320 operator ->() const operator ->() argument
321 operator *() const operator *() argument
328 To() const To() argument
342 Lock() const Lock() argument
405 ClearFromGC() const ClearFromGC() argument
415 GetFromGC() const GetFromGC() argument
[all...]
H A Dmember.h33 const void** GetRawSlot() const { return &raw_; } in GetRawSlot() argument
34 const void* GetRaw() const { return raw_; } in GetRaw() argument
37 const void* GetRawAtomic() const { in GetRawAtomic() argument
46 ClearFromGC() const ClearFromGC() argument
181 operator bool() const operator bool() argument
182 operator T*() const operator T*() argument
183 operator ->() const operator ->() argument
184 operator *() const operator *() argument
189 Get() const Get() argument
206 GetSlotForTesting() const GetSlotForTesting() argument
211 GetRawAtomic() const GetRawAtomic() argument
215 InitializingWriteBarrier() const InitializingWriteBarrier() argument
218 AssigningWriteBarrier() const AssigningWriteBarrier() argument
222 ClearFromGC() const ClearFromGC() argument
224 GetFromGC() const GetFromGC() argument
[all...]
H A Dpersistent.h31 const void* GetValue() const { return raw_; } in GetValue() argument
34 PersistentNode* GetNode() const { return node_; } in GetNode() argument
39 void ClearFromGC() const { in ClearFromGC() argument
182 operator bool() const operator bool() argument
183 operator T*() const operator T*() argument
184 operator ->() const operator ->() argument
185 operator *() const operator *() argument
190 Get() const Get() argument
218 To() const To() argument
229 IsValid() const IsValid() argument
254 ClearFromGC() const ClearFromGC() argument
263 GetFromGC() const GetFromGC() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dmember.h49 V8_INLINE const void** GetRawSlot() const { in GetRawSlot() argument
52 V8_INLINE const void* GetRaw() const { return raw_.Load(); } in GetRaw() argument
55 V8_INLINE const void* GetRawAtomic() const { retur argument
58 GetRawStorage() const GetRawStorage() argument
64 IsCleared() const IsCleared() argument
66 ClearFromGC() const ClearFromGC() argument
256 operator bool() const operator bool() argument
257 operator T*() const operator T*() argument
258 operator ->() const operator ->() argument
259 operator *() const operator *() argument
264 Get() const Get() argument
283 GetSlotForTesting() const GetSlotForTesting() argument
287 GetRawStorage() const GetRawStorage() argument
304 GetRawAtomic() const GetRawAtomic() argument
308 InitializingWriteBarrier(T* value) const InitializingWriteBarrier() argument
311 AssigningWriteBarrier(T* value) const AssigningWriteBarrier() argument
315 AssigningWriteBarrier() const AssigningWriteBarrier() argument
321 ClearFromGC() const ClearFromGC() argument
323 GetFromGC() const GetFromGC() argument
[all...]
H A Dpersistent.h28 const void* GetValue() const { return raw_; } in GetValue() argument
31 PersistentNode* GetNode() const { return node_; } in GetNode() argument
36 void ClearFromGC() const { in ClearFromGC() argument
182 operator bool() const operator bool() argument
183 operator T*() const operator T*() argument
184 operator ->() const operator ->() argument
185 operator *() const operator *() argument
190 Get() const Get() argument
218 To() const To() argument
228 IsValid() const IsValid() argument
253 ClearFromGC() const ClearFromGC() argument
262 GetFromGC() const GetFromGC() argument
[all...]
H A Dcross-thread-persistent.h27 V8_CLANG_NO_SANITIZE("address") const void* GetValueFromGC() const { in GetValueFromGC() argument
32 PersistentNode* GetNodeFromGC() const { return node_; } in GetNodeFromGC() argument
35 void ClearFromGC() const { in ClearFromGC() argument
42 PersistentNode* GetNodeSafe() const { in GetNodeSafe() argument
49 void SetNodeSafe(PersistentNode* value) const { in SetNodeSafe() argument
274 Get() const Get() argument
306 operator bool() const operator bool() argument
315 operator T*() const operator T*() argument
322 operator ->() const operator ->() argument
323 operator *() const operator *() argument
330 To() const To() argument
344 Lock() const Lock() argument
406 ClearFromGC() const ClearFromGC() argument
416 GetFromGC() const GetFromGC() argument
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64-inl.h21 bool Operand::is_reg() const { return rm_.is_valid(); } in is_reg() argument
23 int64_t Operand::immediate() const { in immediate() argument
153 relative_code_target_object_handle_at( Address pc) const relative_code_target_object_handle_at() argument
/third_party/node/deps/v8/src/codegen/
H A Dtnode.h372 operator compiler::Node*() const operator compiler::Node*() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h58 bool IsEmpty() const { return literal_bytes_.length() == 0; } in IsEmpty() argument
59 int length() const { in length() argument
72 is_one_byte() const is_one_byte() argument
73 byte_length() const byte_length() argument
74 raw_data() const raw_data() argument
76 IsPrivateName() const IsPrivateName() argument
79 raw_hash_field() const raw_hash_field() argument
80 Hash() const Hash() argument
87 string() const string() argument
158 IsEmpty() const IsEmpty() argument
210 c_str() const c_str() argument
297 hash_seed() const hash_seed() argument
298 string_table() const string_table() argument
340 ast_raw_string_zone() const ast_raw_string_zone() argument
345 single_parse_zone() const single_parse_zone() argument
379 empty_cons_string() const empty_cons_string() argument
[all...]
H A Dast-value-factory.cc84 bool AstRawString::AsArrayIndex(uint32_t* index) const { in AsArrayIndex() argument
99 bool AstRawString::IsIntegerIndex() const { in IsIntegerIndex() argument
103 bool AstRawString::IsOneByteEqualTo(const char* data) const { in IsOneByteEqualTo() argument
113 uint16_t AstRawString::FirstCharacter() const { in FirstCharacter() argument
189 Allocate(IsolateT* isolate) const Allocate() argument
214 AllocateFlat(IsolateT* isolate) const AllocateFlat() argument
280 ToRawStrings() const ToRawStrings() argument
[all...]

Completed in 23 milliseconds

1...<<521522523524525526527528529530>>...785