/third_party/node/deps/v8/src/objects/ |
H A D | option-utils.h | 60 return Just(enum_values[i]); in GetStringOption() 65 return Just(default_value); in GetStringOption() 90 return Just(fallback_value); in GetStringOrBooleanOption() 94 return Just(true_value); in GetStringOrBooleanOption() 100 return Just(false_value); in GetStringOrBooleanOption() 120 return Just(enum_values[i]); in GetStringOrBooleanOption() 125 return Just(enum_values[i]); in GetStringOrBooleanOption()
|
H A D | option-utils.cc | 64 return Just(false); in GetStringOption() 81 return Just(true); in GetStringOption() 96 return Just(true); in GetStringOption() 120 return Just(true); in GetBoolOption() 123 return Just(false); in GetBoolOption() 130 if (value->IsUndefined()) return Just(fallback); in DefaultNumberOption() 154 return Just(FastD2I(floor(value_num->Number()))); in DefaultNumberOption()
|
H A D | js-number-format.cc | 306 return Just(pair); in IsWellFormedUnitIdentifier() 338 return Just(pair); in IsWellFormedUnitIdentifier() 959 Just(kDontThrow)) in ResolvedOptions() 966 numberingSystem_string, Just(kDontThrow)) in ResolvedOptions() 971 StyleAsString(isolate, style), Just(kDontThrow)) in ResolvedOptions() 979 currency_string, Just(kDontThrow)) in ResolvedOptions() 984 CurrencyDisplayString(isolate, skeleton), Just(kDontThrow)) in ResolvedOptions() 988 CurrencySignString(isolate, skeleton), Just(kDontThrow)) in ResolvedOptions() 998 Just(kDontThrow)) in ResolvedOptions() 1003 UnitDisplayString(isolate, skeleton), Just(kDontThro in ResolvedOptions() [all...] |
H A D | elements.cc | 505 if (search_for_hole) return Just(true); in IncludesValueSlowPath() 512 if (value->SameValueZero(*element_k)) return Just(true); in IncludesValueSlowPath() 515 return Just(false); in IncludesValueSlowPath() 530 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueSlowPath() 533 return Just<int64_t>(-1); in IndexOfValueSlowPath() 776 return Just(true); in SetLengthImpl() 885 return Just(true); in TransitionElementsKindImpl() 930 return Just(true); 948 return Just(false); 964 return Just(fals [all...] |
H A D | js-segments.cc | 134 isolate, result, factory->segment_string(), segment, Just(kDontThrow)); in CreateSegmentDataObject() 141 factory->NewNumberFromInt(start_index), Just(kDontThrow)); in CreateSegmentDataObject() 150 isolate, result, factory->input_string(), input_string, Just(kDontThrow)); in CreateSegmentDataObject() 167 Just(kDontThrow)); in CreateSegmentDataObject()
|
H A D | js-display-names.cc | 150 return Just(result); 175 return Just(result); 200 return Just(result); 231 return Just(result); 360 return Just(generator_->getFieldDisplayName(field, width_)); 565 isolate, options, factory->locale_string(), locale, Just(kDontThrow)); in ResolvedOptions() 570 isolate, options, factory->style_string(), style, Just(kDontThrow)); in ResolvedOptions() 575 isolate, options, factory->type_string(), type, Just(kDontThrow)); in ResolvedOptions() 580 isolate, options, factory->fallback_string(), fallback, Just(kDontThrow)); in ResolvedOptions() 588 language_display, Just(kDontThro in ResolvedOptions() [all...] |
H A D | js-objects.cc | 102 if (result.FromJust() != ABSENT) return Just(true); in HasProperty() 110 return Just(result.FromJust() != ABSENT); in HasProperty() 114 return Just(false); in HasProperty() 117 return Just(true); in HasProperty() 120 return Just(false); in HasProperty() 141 return Just(attributes.FromJust() != ABSENT); in HasOwnProperty() 181 if (iter.IsAtEnd()) return Just(false); in HasInPrototypeChain() 183 return Just(true); in HasInPrototypeChain() 255 return Just(true); in CheckIfCanDefine() 281 return Just(!sourc in FastAssign() [all...] |
H A D | js-locale.cc | 94 return Just(false); in InsertOptionsIntoLocale() 98 return Just(true); in InsertOptionsIntoLocale() 255 return Just(false); 261 return Just(false); 281 return Just(false); 298 return Just(false); 315 return Just(false); 341 return Just(true); 436 // Valid but super long locale will fail. Just throw here for now. 471 // Valid but super long locale will fail. Just thro [all...] |
H A D | objects-inl.h | 424 if (object->IsSmi()) return Just(false); in IsArray() 426 if (heap_object->IsJSArray()) return Just(true); in IsArray() 427 if (!heap_object->IsJSProxy()) return Just(false); in IsArray() 658 SetProperty(&it, value, StoreOrigin::kMaybeKeyed, Just(should_throw))); in SetElement() 1028 return Just(true); in GreaterThan() 1032 return Just(false); in GreaterThan() 1046 return Just(true); in GreaterThanOrEqual() 1049 return Just(false); in GreaterThanOrEqual() 1062 return Just(true); in LessThan() 1066 return Just(fals in LessThan() [all...] |
H A D | keys.cc | 235 return Just(true); in AddKeysFromJSProxy() 246 return Just(true); in CollectKeys() 259 Maybe<bool> result = Just(false); // Dummy initialization. in CollectKeys() 278 return Just(true); in CollectKeys() 670 *object, Just(kDontThrow)); in FilterForEnumerableProperties() 700 *object, Just(kDontThrow)); in CollectInterceptorKeysInternal() 712 if (result.is_null()) return Just(true); in CollectInterceptorKeysInternal() 722 return Just(true); in CollectInterceptorKeysInternal() 729 if (!object->HasIndexedInterceptor()) return Just(true); in CollectInterceptorKeys() 731 if (!object->HasNamedInterceptor()) return Just(tru in CollectInterceptorKeys() [all...] |
/third_party/node/src/ |
H A D | spawn_sync.cc | 42 using v8::Just; 457 return Just(false); in TryInitializeAndRunLoop() 465 return Just(false); in TryInitializeAndRunLoop() 472 return Just(false); in TryInitializeAndRunLoop() 479 return Just(false); in TryInitializeAndRunLoop() 494 return Just(false); in TryInitializeAndRunLoop() 502 return Just(false); in TryInitializeAndRunLoop() 511 return Just(false); in TryInitializeAndRunLoop() 523 return Just(true); in TryInitializeAndRunLoop() 750 if (!js_value->IsObject()) return Just<in in ParseOptions() [all...] |
H A D | node_process_events.cc | 12 using v8::Just; 39 if (!env->can_call_into_js()) return Just(false); in ProcessEmitWarningGeneric() 51 if (!emit_warning->IsFunction()) return Just(false); in ProcessEmitWarningGeneric() 82 return Just(true); in ProcessEmitWarningGeneric()
|
H A D | node_task_queue.cc | 20 using v8::Just; 39 return v8::Just(AsyncWrap::kInvalidAsyncId); in GetAssignedPromiseAsyncId() 43 : v8::Just(AsyncWrap::kInvalidAsyncId); in GetAssignedPromiseAsyncId() 58 return v8::Just(AsyncWrap::kInvalidAsyncId); in GetAssignedPromiseWrapAsyncId() 62 : v8::Just(AsyncWrap::kInvalidAsyncId); in GetAssignedPromiseWrapAsyncId() 64 return v8::Just(AsyncWrap::kInvalidAsyncId); in GetAssignedPromiseWrapAsyncId()
|
H A D | node_messaging.cc | 27 using v8::Just; 62 return Just(BaseObjectList {}); in NestedTransferables() 67 return Just(true); in FinalizeTransferRead() 74 return Just(true); in FinalizeTransferWrite() 335 return Just(i); 342 return Just(i); 347 return Just(msg_->AddWASMModule(module->GetCompiledModule())); 363 return Just(true); in Finish() 388 return Just(true); in AddNestedHostObjects() 404 return Just(tru in WriteHostObject() [all...] |
H A D | string_bytes.cc | 45 using v8::Just; 388 return Just(Buffer::Length(val)); in StorageSize() 428 return Just(data_size); in StorageSize() 437 return Just(Buffer::Length(val)); in Size() 446 return Just<size_t>(str->Length()); in Size() 450 return Just<size_t>(str->Utf8Length(isolate)); in Size() 453 return Just(str->Length() * sizeof(uint16_t)); in Size() 459 return Just(base64_decoded_size(*value, value.length())); in Size() 463 return Just<size_t>(str->Length() / 2); in Size()
|
/third_party/node/src/crypto/ |
H A D | crypto_random.cc | 19 using v8::Just; 34 return Just(!result->IsEmpty()); in EncodeOutput() 56 return Just(true); in AdditionalConfig() 83 return Just(true); in EncodeOutput() 149 return Just(true); in AdditionalConfig() 194 return Just(true); in AdditionalConfig() 222 return Just(true); in EncodeOutput()
|
H A D | crypto_keygen.cc | 16 using v8::Just; 43 return Just(true); in AdditionalConfig() 71 return Just(true); in AdditionalConfig() 96 return Just(KeyObjectHandle::Create(env, data).ToLocal(result)); in EncodeKey()
|
H A D | crypto_dsa.cc | 30 using v8::Just; 95 return Just(true); in AdditionalConfig() 102 return Just(true); in AdditionalConfig() 164 return Just(true); in GetDsaKeyDetail()
|
H A D | crypto_pbkdf2.cc | 14 using v8::Just; 48 return Just(!result->IsEmpty()); in EncodeOutput() 111 return Just(true); in AdditionalConfig()
|
H A D | crypto_hkdf.cc | 13 using v8::Just; 40 return Just(!result->IsEmpty()); in EncodeOutput() 100 return Just(true); in AdditionalConfig()
|
H A D | crypto_scrypt.cc | 14 using v8::Just; 52 return Just(!result->IsEmpty()); in EncodeOutput() 114 return Just(true); in AdditionalConfig()
|
H A D | crypto_keygen.h | 113 return v8::Just(errors->ToException(env).ToLocal(err)); 144 return v8::Just(false); in AdditionalConfig() 161 return v8::Just(true); in AdditionalConfig() 195 return v8::Just(true); in EncodeKey()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-maybe.h | 105 friend Maybe<U> Just(const U& u); 107 friend Maybe<U> Just(U&& u); 116 inline Maybe<T> Just(const T& t) { in Just() function 122 // the case for callsites such as Just<Type>(t). 124 inline Maybe<T> Just(T&& t) { in Just() function
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array.cc | 145 return Just(std::max(length + relative_index, 0.0)); in GetRelativeIndex() 148 return Just(std::min(relative_index, length)); in GetRelativeIndex() 159 return Just(length); in GetLengthProperty() 166 return Just(raw_length_number->Number()); in GetLengthProperty() 186 Just(ShouldThrow::kThrowOnError)); in SetLengthProperty() 202 Just(ShouldThrow::kThrowOnError))); in GenericArrayFill() 217 if (end_index > kMaxUInt32) return Just(false); in TryFastArrayFill() 218 if (!receiver->IsJSObject()) return Just(false); in TryFastArrayFill() 221 return Just(false); in TryFastArrayFill() 247 return Just(tru in TryFastArrayFill() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | string-util.cc | 24 if ('A' <= byte && byte <= 'Z') return v8::Just<uint8_t>(byte - 'A'); in DecodeByte() 25 if ('a' <= byte && byte <= 'z') return v8::Just<uint8_t>(byte - 'a' + 26); in DecodeByte() 27 return v8::Just<uint8_t>(byte - '0' + 26 + 26); in DecodeByte() 28 if (byte == '+') return v8::Just<uint8_t>(62); in DecodeByte() 29 if (byte == '/') return v8::Just<uint8_t>(63); in DecodeByte()
|