Searched defs:IsUndefined (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/make/
H A Dutil.mk46 # Function: IsUndefined variable
49 IsUndefined = $(call streq,undefined,$(flavor $(1))) macro
74 $(call AssertValue,$(call IsUndefined,$(2)),destination is already defined)\
75 $(if $(call IsUndefined,$(1)),,\
/external/v8/src/
H A Dcompilation-cache.cc43 if (tables_[generation]->IsUndefined(isolate())) { function
58 if (!tables_[0]->IsUndefined(isolate())) {
120 return script->name()->IsUndefined(isolate());
/external/pdfium/fxjs/
H A Dcfxjse_value.cpp264 bool CFXJSE_Value::IsUndefined() const { function in class:CFXJSE_Value
270 return hValue->IsUndefined();
/external/v8/src/ast/
H A Dast-value-factory.h224 bool IsUndefined() const { return type_ == UNDEFINED; } function in class:v8::internal::AstValue
/external/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp135 bool IsUndefined = false; local
137 IsUndefined = Func->isProto();
139 IsUndefined = !Var->hasInitializer();
142 if (IsUndefined)
/external/v8/src/parsing/
H A Dparser.h705 V8_INLINE bool IsUndefined(const AstRawString* identifier) const { function in class:v8::internal::Parser
H A Dpreparser.h80 bool IsUndefined() const { return type_ == kUndefinedIdentifier; } function in class:v8::internal::PreParserIdentifier
1189 V8_INLINE bool IsUndefined(PreParserIdentifier identifier) const { function in class:v8::internal::PreParser
1190 return identifier.IsUndefined();
/external/v8/include/
H A Dv8.h1943 V8_INLINE bool IsUndefined() const;
9040 return !NewTarget()->IsUndefined();
9221 bool Value::IsUndefined() const { function in class:v8::Value

Completed in 342 milliseconds