/third_party/node/deps/v8/src/objects/ |
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()
|
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()
|
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); in BasicGrowCapacityAndConvertImpl() 948 return Just(false); in GrowCapacity() 964 return Just(false); in GrowCapacity() [all …]
|
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(!source->IsString() || String::cast(*source).length() == 0); in FastAssign() [all …]
|
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(kDontThrow)) in ResolvedOptions() [all …]
|
D | js-display-names.cc | 150 return Just(result); in of() 175 return Just(result); in of() 200 return Just(result); in of() 231 return Just(result); in of() 360 return Just(generator_->getFieldDisplayName(field, width_)); in of() 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(kDontThrow)); in ResolvedOptions()
|
D | js-locale.cc | 94 return Just(false); in InsertOptionsIntoLocale() 98 return Just(true); in InsertOptionsIntoLocale() 255 return Just(false); in ApplyOptionsToTag() 261 return Just(false); in ApplyOptionsToTag() 281 return Just(false); in ApplyOptionsToTag() 298 return Just(false); in ApplyOptionsToTag() 315 return Just(false); in ApplyOptionsToTag() 341 return Just(true); in ApplyOptionsToTag() 699 isolate, info, factory->direction_string(), dir, Just(kDontThrow)) in TextInfo() 760 factory->NewNumberFromInt(fd), Just(kDontThrow)) in WeekInfo() [all …]
|
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()
|
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(true); in CollectInterceptorKeys() [all …]
|
/third_party/node/src/ |
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<int>(UV_EINVAL); in ParseOptions() [all …]
|
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()
|
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); in GetSharedArrayBufferId() 342 return Just(i); in GetSharedArrayBufferId() 347 return Just(msg_->AddWASMModule(module->GetCompiledModule())); in GetWasmModuleTransferId() 363 return Just(true); in Finish() 388 return Just(true); in AddNestedHostObjects() 404 return Just(true); in WriteHostObject() [all …]
|
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()
|
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/ |
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()
|
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()
|
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()
|
D | crypto_pbkdf2.cc | 14 using v8::Just; 48 return Just(!result->IsEmpty()); in EncodeOutput() 111 return Just(true); in AdditionalConfig()
|
D | crypto_scrypt.cc | 14 using v8::Just; 52 return Just(!result->IsEmpty()); in EncodeOutput() 114 return Just(true); in AdditionalConfig()
|
D | crypto_hkdf.cc | 13 using v8::Just; 40 return Just(!result->IsEmpty()); in EncodeOutput() 100 return Just(true); in AdditionalConfig()
|
D | crypto_keygen.h | 113 return v8::Just(errors->ToException(env).ToLocal(err)); in ToResult() 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/src/builtins/ |
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(true); in TryFastArrayFill() [all …]
|
/third_party/node/deps/v8/src/inspector/ |
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()
|
/third_party/python/Lib/test/ |
D | badcert.pem | 17 Just bad cert data 35 Just bad cert data
|
/third_party/typescript/tests/baselines/reference/ |
D | checkJsxChildrenProperty7.js | 17 return <h1>Just Another Button</h1>; 61 return <h1>Just Another Button</h1>;
|