HomeSort by relevance Sort by last modified time
    Searched refs:IS_UNDEFINED (Results 1 - 24 of 24) sorted by null

  /external/v8/src/js/
templates.js 43 if (IS_UNDEFINED(obj)) return;
56 if (IS_UNDEFINED(obj)) {
71 if (!IS_UNDEFINED(cached)) return cached;
weak-collection.js 30 if (IS_UNDEFINED(new.target)) {
58 if (IS_UNDEFINED(hash)) return UNDEFINED;
80 if (IS_UNDEFINED(hash)) return false;
92 if (IS_UNDEFINED(hash)) return false;
119 if (IS_UNDEFINED(new.target)) {
154 if (IS_UNDEFINED(hash)) return false;
166 if (IS_UNDEFINED(hash)) return false;
i18n.js 69 if (IS_UNDEFINED(receiver[internalName])) {
71 if (IS_UNDEFINED(length) || length === 2) {
104 if (IS_UNDEFINED(newTarget)) {
154 if (IS_UNDEFINED(DEFAULT_ICU_LOCALE)) {
158 if (IS_UNDEFINED(getAvailableLocalesOf(service)[DEFAULT_ICU_LOCALE])) {
173 if (IS_UNDEFINED(UNDEFINED)) {
185 if (IS_UNDEFINED(ANY_EXTENSION_RE)) {
197 if (IS_UNDEFINED(QUOTED_STRING_RE)) {
209 if (IS_UNDEFINED(SERVICE_RE)) {
223 if (IS_UNDEFINED(LANGUAGE_TAG_RE))
    [all...]
v8natives.js 68 if (GlobalObject != new.target && !IS_UNDEFINED(new.target)) {
71 if (IS_NULL(x) || IS_UNDEFINED(x)) return {};
127 if (IS_UNDEFINED(method)) {
arraybuffer.js 35 if (!IS_UNDEFINED(end)) {
45 var relativeEnd = IS_UNDEFINED(end) ? byte_length : end;
prologue.js 68 if (IS_UNDEFINED(prefix)) {
107 if (IS_UNDEFINED(attributes)) attributes = DONT_ENUM;
108 SetFunctionName(getter, name, IS_UNDEFINED(prefix) ? "get" : prefix);
164 for ( ; !IS_UNDEFINED(imports); imports = imports.next) {
204 for ( ; !IS_UNDEFINED(imports); imports = imports.next) {
207 for ( ; !IS_UNDEFINED(imports_from_experimental);
220 for ( ; !IS_UNDEFINED(imports); imports = imports.next) {
238 for ( ; !IS_UNDEFINED(setup_list); setup_list = setup_list.next) {
typedarray.js 107 if (IS_UNDEFINED(arg1)) {
131 if (!IS_UNDEFINED(byteOffset)) {
134 if (!IS_UNDEFINED(length)) {
145 if (IS_UNDEFINED(byteOffset)) {
157 if (IS_UNDEFINED(length)) {
176 var l = IS_UNDEFINED(length) ?
252 if (!IS_UNDEFINED(new.target)) {
259 if (IS_UNDEFINED(iteratorFn)) {
274 if (!IS_UNDEFINED(end)) {
391 var intOffset = IS_UNDEFINED(offset) ? 0 : TO_INTEGER(offset)
    [all...]
array.js 55 if (!IS_UNDEFINED(e) || i in array) {
204 if (!IS_UNDEFINED(current) || i in array) {
214 if (!IS_UNDEFINED(current) || key in array) {
238 if (!IS_UNDEFINED(current) || i in array) {
244 if (!IS_UNDEFINED(current) || i in array) {
254 if (!IS_UNDEFINED(current) || key in array) {
259 if (!IS_UNDEFINED(current) || key in array) {
273 if (!IS_UNDEFINED(big_indices)) {
365 if (IS_UNDEFINED(separator)) {
460 if (!IS_UNDEFINED(current_i) || low in array)
    [all...]
macros.py 70 macro IS_UNDEFINED(arg) = (arg === (void 0));
82 macro CHECK_OBJECT_COERCIBLE(arg, functionName) = if (IS_NULL(%IS_VAR(arg)) || IS_UNDEFINED(arg)) throw %make_type_error(kCalledOnNullOrUndefined, functionName);
101 macro HAS_DEFINED_PRIVATE(obj, sym) = (!IS_UNDEFINED(obj[sym]));
collection.js 109 if (IS_UNDEFINED(hash)) {
123 if (IS_UNDEFINED(new.target)) {
189 if (IS_UNDEFINED(hash)) return false;
202 if (IS_UNDEFINED(hash)) return false;
279 if (IS_UNDEFINED(new.target)) {
309 if (IS_UNDEFINED(hash)) return UNDEFINED;
harmony-atomics.js 112 if (IS_UNDEFINED(timeout)) {
128 if (IS_UNDEFINED(count)) {
harmony-string-padding.js 23 if (IS_UNDEFINED(fillString)) {
runtime.js 68 if (IS_UNDEFINED(constructor)) {
string.js 37 if (!IS_UNDEFINED(matcher)) {
55 if (!IS_UNDEFINED(searcher)) {
76 if (!IS_UNDEFINED(end)) {
  /external/v8/src/
d8.js 65 if (IS_UNDEFINED(desc)) continue;
  /external/v8/src/debug/
mirrors.js 89 if (IS_UNDEFINED(value)) {
914 if (IS_UNDEFINED(this.scopeCount_)) {
    [all...]
debug.js 238 this.position_alignment_ = IS_UNDEFINED(opt_position_alignment)
355 if (IS_UNDEFINED(column)) {
364 if (IS_UNDEFINED(script.sourceColumnStart_[line])) {
383 if (IS_UNDEFINED(actual_position)) {
412 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
572 var position_alignment = IS_UNDEFINED(opt_position_alignment)
766 var position_alignment = IS_UNDEFINED(opt_position_alignment)
980 if (!IS_UNDEFINED(script.data())) {
  /toolchain/binutils/binutils-2.27/gold/
mapfile.cc 134 case Symbol::IS_UNDEFINED:
symtab.h 90 IS_UNDEFINED
496 return this->source_ != IS_UNDEFINED;
519 is_undefined() const function in class:gold::Symbol
525 || this->source_ == IS_UNDEFINED);
532 return (this->is_undefined()
542 return (this->is_undefined()
590 gold_assert(!this->is_undefined());
633 if (this->is_undefined() && !parameters->options().shared())
655 || this->is_undefined()
694 if (this->is_undefined() && !parameters->options().shared()
    [all...]
resolve.cc 459 if (to->source() == Symbol::IS_UNDEFINED)
947 if (this->is_undefined())
    [all...]
symtab.cc 196 this->source_ = IS_UNDEFINED;
432 && !this->is_undefined()
458 if (this->source_ != IS_UNDEFINED)
470 if (!this->is_undefined())
506 case IS_UNDEFINED:
533 case IS_UNDEFINED:
559 this->source_ = IS_UNDEFINED;
1000 was_undefined = ret->is_undefined();
    [all...]
powerpc.cc     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 300 milliseconds