HomeSort by relevance Sort by last modified time
    Searched refs:IsJust (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/
address-map.cc 26 if (maybe_index.IsJust()) {
address-map.h 55 return maybe_index.IsJust() ? maybe_index.FromJust() : kInvalidRootIndex;
198 return maybe_index.IsJust() ? SerializerReference(maybe_index.FromJust())
i18n.cc 435 CHECK(maybe.IsJust());
445 CHECK(maybe.IsJust());
765 CHECK(maybe.IsJust());
829 CHECK(maybe.IsJust());
888 CHECK(maybe.IsJust());
    [all...]
contexts.cc 173 if (!found.IsJust() || !found.FromJust()) return found;
289 if (!maybe.IsJust()) return Handle<Object>();
property-descriptor.cc 110 CHECK(result.IsJust() && result.FromJust());
api-natives.cc 103 DCHECK(maybe.IsJust());
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-operators.cc 117 if (!result.IsJust()) return isolate->heap()->exception();
127 if (!result.IsJust()) return isolate->heap()->exception();
153 if (!result.IsJust()) return isolate->heap()->exception();
163 if (!result.IsJust()) return isolate->heap()->exception();
173 if (!result.IsJust()) return isolate->heap()->exception();
183 if (!result.IsJust()) return isolate->heap()->exception();
runtime-object.cc 194 if (!result.IsJust()) return isolate->heap()->exception();
369 if (!maybe.IsJust()) return isolate->heap()->exception();
395 if (!maybe.IsJust()) return isolate->heap()->exception();
499 if (!maybe.IsJust()) return isolate->heap()->exception();
670 .IsJust());
891 if (result.IsJust()) {
    [all...]
runtime-scopes.cc 72 if (!maybe.IsJust()) return isolate->heap()->exception();
637 if (!maybe.IsJust()) return isolate->heap()->exception();
    [all...]
runtime-internal.cc 166 DCHECK(data_set.IsJust() && data_set.FromJust() == true);
  /external/v8/src/snapshot/
startup-serializer.h 41 if (maybe_index.IsJust()) {
serializer-common.cc 27 DCHECK(map_->Get(addr).IsJust());
  /external/v8/src/builtins/
builtins-error.cc 72 if (!status.IsJust()) return isolate->heap()->exception();
builtins-function.cc 204 if (!attributes.IsJust()) return isolate->heap()->exception();
builtins-reflect.cc 157 return result.IsJust() ? *isolate->factory()->ToBoolean(result.FromJust())
builtins-object.cc 217 if (!maybe.IsJust()) return isolate->heap()->exception();
    [all...]
builtins-array.cc 774 if (!maybe.IsJust()) return false;
837 if (!maybe.IsJust()) return false;
872 if (!maybe.IsJust()) return false;
    [all...]
  /external/v8/src/compiler/
branch-elimination.cc 62 if (condition_value.IsJust()) {
99 if (condition_value.IsJust()) {
  /external/v8/src/ic/
ic-state.cc 41 right_kind_ = fixed_right_arg_.IsJust()
54 HasFixedRightArgField::encode(fixed_right_arg_.IsJust());
55 if (fixed_right_arg_.IsJust()) {
210 if (s.fixed_right_arg_.IsJust()) {
233 (result_kind_ == NONE || !fixed_right_arg_.IsJust());
  /external/v8/src/crankshaft/
hydrogen-representation-changes.cc 34 if (res.IsJust()) new_value = res.FromJust();
  /external/v8/src/debug/
debug-evaluate.cc 245 DCHECK(maybe.IsJust());
debug-scopes.cc 674 DCHECK(maybe.IsJust());
  /external/v8/src/inspector/
v8-value-copier.cc 145 if (!hasRealNamedProperty.IsJust() || !hasRealNamedProperty.FromJust())
  /external/v8/include/
v8.h     [all...]

Completed in 567 milliseconds

1 2