Home
last modified time | relevance | path

Searched refs:Just (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/third_party/node/deps/v8/src/objects/
Doption-utils.cc64 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()
Doption-utils.h60 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()
Delements.cc505 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 …]
Djs-objects.cc102 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 …]
Djs-number-format.cc306 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 …]
Djs-display-names.cc150 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()
Djs-locale.cc94 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 …]
Djs-segments.cc134 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()
Dkeys.cc235 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/
Dspawn_sync.cc42 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 …]
Dnode_process_events.cc12 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()
Dnode_messaging.cc27 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 …]
Dnode_task_queue.cc20 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()
Dstring_bytes.cc45 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/
Dcrypto_random.cc19 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()
Dcrypto_keygen.cc16 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()
Dcrypto_dsa.cc30 using v8::Just;
95 return Just(true); in AdditionalConfig()
102 return Just(true); in AdditionalConfig()
164 return Just(true); in GetDsaKeyDetail()
Dcrypto_pbkdf2.cc14 using v8::Just;
48 return Just(!result->IsEmpty()); in EncodeOutput()
111 return Just(true); in AdditionalConfig()
Dcrypto_scrypt.cc14 using v8::Just;
52 return Just(!result->IsEmpty()); in EncodeOutput()
114 return Just(true); in AdditionalConfig()
Dcrypto_hkdf.cc13 using v8::Just;
40 return Just(!result->IsEmpty()); in EncodeOutput()
100 return Just(true); in AdditionalConfig()
Dcrypto_keygen.h113 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/
Dbuiltins-array.cc145 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/
Dstring-util.cc24 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/
Dbadcert.pem17 Just bad cert data
35 Just bad cert data
/third_party/typescript/tests/baselines/reference/
DcheckJsxChildrenProperty7.js17 return <h1>Just Another Button</h1>;
61 return <h1>Just Another Button</h1>;

12345678910>>...23