Lines Matching defs:const

38   V8_INLINE bool IsUndefined() const;
46 V8_INLINE bool IsNull() const;
55 V8_INLINE bool IsNullOrUndefined() const;
64 bool IsTrue() const;
73 bool IsFalse() const;
81 bool IsName() const;
89 V8_INLINE bool IsString() const;
96 bool IsSymbol() const;
103 bool IsFunction() const;
109 bool IsArray() const;
114 bool IsObject() const;
121 bool IsBigInt() const;
128 bool IsBoolean() const;
135 bool IsNumber() const;
140 bool IsExternal() const;
145 bool IsInt32() const;
150 bool IsUint32() const;
155 bool IsDate() const;
160 bool IsArgumentsObject() const;
165 bool IsBigIntObject() const;
170 bool IsBooleanObject() const;
175 bool IsNumberObject() const;
180 bool IsStringObject() const;
185 bool IsSymbolObject() const;
190 bool IsNativeError() const;
195 bool IsRegExp() const;
200 bool IsAsyncFunction() const;
205 bool IsGeneratorFunction() const;
210 bool IsGeneratorObject() const;
215 bool IsPromise() const;
220 bool IsMap() const;
225 bool IsSet() const;
230 bool IsMapIterator() const;
235 bool IsSetIterator() const;
240 bool IsWeakMap() const;
245 bool IsWeakSet() const;
250 bool IsWeakRef() const;
255 bool IsArrayBuffer() const;
260 bool IsArrayBufferView() const;
265 bool IsTypedArray() const;
270 bool IsUint8Array() const;
275 bool IsUint8ClampedArray() const;
280 bool IsInt8Array() const;
285 bool IsUint16Array() const;
290 bool IsInt16Array() const;
295 bool IsUint32Array() const;
300 bool IsInt32Array() const;
305 bool IsFloat32Array() const;
310 bool IsFloat64Array() const;
315 bool IsBigInt64Array() const;
320 bool IsBigUint64Array() const;
325 bool IsDataView() const;
330 bool IsSharedArrayBuffer() const;
335 bool IsProxy() const;
340 bool IsWasmMemoryObject() const;
345 bool IsWasmModuleObject() const;
350 bool IsWasmNull() const;
355 bool IsModuleNamespaceObject() const;
361 Local<Context> context) const;
366 Local<Context> context) const;
371 Local<Context> context) const;
378 Local<Context> context) const;
383 Local<Context> context) const;
390 Local<Context> context) const;
397 Local<Context> context) const;
403 V8_WARN_UNUSED_RESULT MaybeLocal<Int32> ToInt32(Local<Context> context) const;
408 Local<Boolean> ToBoolean(Isolate* isolate) const;
415 Local<Context> context) const;
418 bool BooleanValue(Isolate* isolate) const;
421 V8_WARN_UNUSED_RESULT Maybe<double> NumberValue(Local<Context> context) const;
424 Local<Context> context) const;
427 Local<Context> context) const;
429 V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
433 Local<Value> that) const;
434 bool StrictEquals(Local<Value> that) const;
435 bool SameValue(Local<Value> that) const;
447 V8_INLINE bool QuickIsUndefined() const;
448 V8_INLINE bool QuickIsNull() const;
449 V8_INLINE bool QuickIsNullOrUndefined() const;
450 V8_INLINE bool QuickIsString() const;
451 bool FullIsUndefined() const;
452 bool FullIsNull() const;
453 bool FullIsString() const;
466 bool Value::IsUndefined() const {
474 bool Value::QuickIsUndefined() const {
487 bool Value::IsNull() const {
495 bool Value::QuickIsNull() const {
508 bool Value::IsNullOrUndefined() const {
516 bool Value::QuickIsNullOrUndefined() const {
530 bool Value::IsString() const {
538 bool Value::QuickIsString() const {