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

1 2 3 4 5

  /external/v8/test/cctest/
test-api.h 18 CHECK((*o)->IsTheHole(isolate) || (*o)->IsUndefined(isolate));
22 CHECK(rv.Get()->IsUndefined());
28 CHECK(!(*o)->IsTheHole(isolate) && !(*o)->IsUndefined(isolate));
30 CHECK((*o)->IsTheHole(isolate) || (*o)->IsUndefined(isolate));
  /external/v8/src/
objects-debug.cc 216 CHECK(name()->IsUndefined(GetIsolate()) || name()->IsString());
318 (!FLAG_use_allocation_folding && value->IsUndefined(isolate)));
344 CHECK(GetBackPointer()->IsUndefined(heap->isolate()) ||
418 CHECK(next_link()->IsUndefined(GetIsolate()) || next_link()->IsSmi() ||
438 CHECK(context()->IsUndefined(GetIsolate()) ||
456 CHECK(value()->IsUndefined(isolate) || value()->IsSmi() ||
458 CHECK(year()->IsUndefined(isolate) || year()->IsSmi() || year()->IsNaN());
459 CHECK(month()->IsUndefined(isolate) || month()->IsSmi() || month()->IsNaN());
460 CHECK(day()->IsUndefined(isolate) || day()->IsSmi() || day()->IsNaN());
461 CHECK(weekday()->IsUndefined(isolate) || weekday()->IsSmi() |
    [all...]
api-natives.cc 159 return parent->IsUndefined(data->GetIsolate())
169 if (maybe_ctor->IsUndefined(isolate)) return nullptr;
175 if (!maybe_obj->IsUndefined(isolate)) {
193 if (!info->property_accessors()->IsUndefined(isolate)) {
195 if (!props->IsUndefined(isolate)) {
213 if (!info->property_accessors()->IsUndefined(isolate)) {
229 if (property_list->IsUndefined(isolate)) return obj;
331 if (cons->IsUndefined(isolate)) {
379 if (prototype_templ->IsUndefined(isolate)) {
390 if (!parent->IsUndefined(isolate))
    [all...]
contexts.cc 450 while (!element->IsUndefined(isolate)) {
459 while (!context->IsUndefined(isolate)) {
471 if (!function->next_function_link()->IsUndefined(isolate)) {
476 DCHECK(function->next_function_link()->IsUndefined(isolate));
489 while (!element->IsUndefined(isolate)) {
491 DCHECK(element_function->next_function_link()->IsUndefined(isolate) ||
527 DCHECK(code->next_code_link()->IsUndefined(GetIsolate()));
560 if (!result->IsUndefined(isolate)) return result;
codegen.cc 166 if (!script->IsUndefined(isolate) &&
167 !script->source()->IsUndefined(isolate)) {
compilation-cache.cc 44 if (tables_[generation]->IsUndefined(isolate())) {
59 if (!tables_[0]->IsUndefined(isolate())) {
124 return script->name()->IsUndefined(isolate());
messages.cc 133 if (global_listeners.get(i)->IsUndefined(isolate)) continue;
142 callback(api_message_obj, callback_data->IsUndefined(isolate)
253 receiver_->IsUndefined(isolate_)) {
343 receiver_->IsUndefined(isolate_);
property-descriptor.cc 252 if (!getter->IsCallable() && !getter->IsUndefined(isolate)) {
270 if (!setter->IsCallable() && !setter->IsUndefined(isolate)) {
  /external/v8/src/ic/
call-optimization.cc 93 if (function_template_info->call_code()->IsUndefined(isolate)) return;
97 if (!function_template_info->signature()->IsUndefined(isolate)) {
119 if (info->call_code()->IsUndefined(isolate)) return;
122 if (!info->signature()->IsUndefined(isolate)) {
ic-state.cc 260 if (left->IsUndefined(isolate_) || left->IsBoolean()) {
263 DCHECK(right->IsUndefined(isolate_) || right->IsBoolean());
277 } else if (object->IsUndefined(isolate_)) {
460 if ((x->IsNumber() && y->IsUndefined(isolate)) ||
461 (y->IsNumber() && x->IsUndefined(isolate))) {
  /external/v8/src/runtime/
runtime-symbol.cc 19 CHECK(name->IsString() || name->IsUndefined(isolate));
30 CHECK(name->IsString() || name->IsUndefined(isolate));
runtime-proxy.cc 43 if (trap->IsUndefined(isolate)) {
97 if (trap->IsUndefined(isolate)) {
runtime-literals.cc 214 if (boilerplate->IsUndefined(isolate)) {
241 if (literal_site->IsUndefined(isolate)) {
277 if (literal_site->IsUndefined(isolate)) {
  /external/compiler-rt/make/
util.mk 46 # Function: IsUndefined variable
49 IsUndefined = $(call streq,undefined,$(flavor $(1)))
74 $(call AssertValue,$(call IsUndefined,$(2)),destination is already defined)\
75 $(if $(call IsUndefined,$(1)),,\
  /external/v8/test/cctest/compiler/
test-js-context-specialization.cc 230 T.Call(T.Val(0.0), T.Val(0.0)).ToHandleChecked()->IsUndefined(isolate));
232 T.Call(T.Val(2.0), T.Val(0.0)).ToHandleChecked()->IsUndefined(isolate));
235 ->IsUndefined(isolate));
  /external/v8/src/compiler/
js-context-specialization.cc 73 if (value->IsUndefined(isolate()) || value->IsTheHole(isolate())) {
  /external/v8/src/crankshaft/
hydrogen-types.cc 48 if (raw_value->IsUndefined(isolate)) return HType::Undefined();
  /external/v8/src/snapshot/
partial-serializer.cc 35 DCHECK(!context->global_object()->IsUndefined(context->GetIsolate()));
serializer-common.cc 70 if (cache->at(i)->IsUndefined(isolate)) break;
  /art/runtime/verifier/
reg_type_test.cc 93 EXPECT_FALSE(bool_reg_type.IsUndefined());
126 EXPECT_FALSE(byte_reg_type.IsUndefined());
159 EXPECT_FALSE(char_reg_type.IsUndefined());
192 EXPECT_FALSE(short_reg_type.IsUndefined());
225 EXPECT_FALSE(int_reg_type.IsUndefined());
258 EXPECT_FALSE(long_reg_type.IsUndefined());
291 EXPECT_FALSE(float_reg_type.IsUndefined());
324 EXPECT_FALSE(double_reg_type.IsUndefined());
  /external/compiler-rt/make/test/
test-util.mk 57 copyvariable_t0 = $(call IsUndefined,copyvariable_t0_dst)
  /external/v8/src/heap/
mark-compact-inl.h 82 if (function->next_function_link()->IsUndefined(isolate_)) {
108 DCHECK(undefined->IsUndefined(candidate->GetIsolate()));
  /external/v8/src/wasm/
wasm-debug.cc 29 if (!offset_table->IsUndefined(isolate)) return ByteArray::cast(offset_table);
107 (arr->get(kWasmDebugInfoFunctionByteOffsets)->IsUndefined(isolate) ||
  /external/skia/experimental/SkV8Example/
JsContext.cpp 97 if (!result->IsUndefined()) {
  /external/pdfium/xfa/src/fxjse/src/
value.h 20 V8_INLINE FX_BOOL IsUndefined() const {
27 return hValue->IsUndefined();

Completed in 848 milliseconds

1 2 3 4 5