HomeSort by relevance Sort by last modified time
    Searched defs:IsUndefined (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/runtime/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/src/
compilation-cache.cc 81 if (tables_[generation]->IsUndefined()) {
155 return script->name()->IsUndefined();
objects-inl.h 740 bool Object::IsUndefined() {
    [all...]
api.cc 741 if (list->IsUndefined()) {
767 if (result->IsUndefined()) {
934 if (list->IsUndefined()) {
949 if (Utils::OpenHandle(this)->instance_template()->IsUndefined()) {
    [all...]

Completed in 105 milliseconds