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

1 2

  /external/v8/src/js/
templates.js 43 if (IS_UNDEFINED(obj)) return;
56 if (IS_UNDEFINED(obj)) {
71 if (!IS_UNDEFINED(cached)) return cached;
i18n.js 94 if (IS_UNDEFINED(this[internalName])) {
96 if (IS_UNDEFINED(length) || length === 2) {
148 if (IS_UNDEFINED(DEFAULT_ICU_LOCALE)) {
160 if (IS_UNDEFINED(UNDEFINED)) {
172 if (IS_UNDEFINED(ANY_EXTENSION_RE)) {
184 if (IS_UNDEFINED(QUOTED_STRING_RE)) {
196 if (IS_UNDEFINED(SERVICE_RE)) {
210 if (IS_UNDEFINED(LANGUAGE_TAG_RE)) {
222 if (IS_UNDEFINED(LANGUAGE_VARIANT_RE)) {
234 if (IS_UNDEFINED(LANGUAGE_SINGLETON_RE))
    [all...]
weak-collection.js 32 if (IS_UNDEFINED(new.target)) {
60 if (IS_UNDEFINED(hash)) return UNDEFINED;
82 if (IS_UNDEFINED(hash)) return false;
94 if (IS_UNDEFINED(hash)) return false;
121 if (IS_UNDEFINED(new.target)) {
156 if (IS_UNDEFINED(hash)) return false;
168 if (IS_UNDEFINED(hash)) return false;
prologue.js 68 if (IS_UNDEFINED(prefix)) {
107 if (IS_UNDEFINED(attributes)) attributes = DONT_ENUM;
108 SetFunctionName(getter, name, IS_UNDEFINED(prefix) ? "get" : prefix);
118 if (IS_UNDEFINED(attributes)) attributes = DONT_ENUM;
178 for ( ; !IS_UNDEFINED(imports); imports = imports.next) {
261 for ( ; !IS_UNDEFINED(imports); imports = imports.next) {
264 for ( ; !IS_UNDEFINED(imports_from_experimental);
277 for ( ; !IS_UNDEFINED(imports); imports = imports.next) {
295 for ( ; !IS_UNDEFINED(setup_list); setup_list = setup_list.next) {
arraybuffer.js 46 if (!IS_UNDEFINED(end)) {
56 var relativeEnd = IS_UNDEFINED(end) ? byte_length : end;
typedarray.js 121 if (IS_UNDEFINED(arg1)) {
145 if (!IS_UNDEFINED(byteOffset)) {
148 if (!IS_UNDEFINED(length)) {
154 if (IS_UNDEFINED(byteOffset)) {
170 if (IS_UNDEFINED(length)) {
189 var l = IS_UNDEFINED(length) ?
263 if (!IS_UNDEFINED(new.target)) {
267 IS_BOOLEAN(arg1) || IS_UNDEFINED(arg1)) {
273 if (IS_UNDEFINED(iteratorFn) || iteratorFn === ArrayValues) {
286 if (!IS_UNDEFINED(end))
    [all...]
v8natives.js 50 if (IS_UNDEFINED(radix) || radix === 10 || radix === 0) {
185 if (GlobalObject != new.target && !IS_UNDEFINED(new.target)) {
188 if (IS_NULL(x) || IS_UNDEFINED(x)) return {};
242 if (IS_UNDEFINED(radix) || radix === 10) {
307 var f = IS_UNDEFINED(fractionDigits) ? UNDEFINED : TO_INTEGER(fractionDigits);
313 if (IS_UNDEFINED(f)) {
333 if (IS_UNDEFINED(precision)) return TO_STRING(x);
433 if (IS_UNDEFINED(method)) {
array.js 58 if (!IS_UNDEFINED(e) || i in array) {
237 if (!IS_UNDEFINED(current) || i in array) {
247 if (!IS_UNDEFINED(current) || key in array) {
271 if (!IS_UNDEFINED(current) || i in array) {
277 if (!IS_UNDEFINED(current) || i in array) {
287 if (!IS_UNDEFINED(current) || key in array) {
292 if (!IS_UNDEFINED(current) || key in array) {
306 if (!IS_UNDEFINED(big_indices)) {
400 if (IS_UNDEFINED(separator)) {
495 if (!IS_UNDEFINED(current_i) || low in array)
    [all...]
string.js 131 if (!IS_UNDEFINED(matcher)) {
154 var form = IS_UNDEFINED(formArg) ? 'NFC' : TO_STRING(formArg);
200 if (!IS_UNDEFINED(replacer)) {
329 if (!IS_UNDEFINED(searcher)) {
351 if (!IS_UNDEFINED(end)) {
391 if (!IS_UNDEFINED(splitter)) {
397 limit = (IS_UNDEFINED(limit)) ? kMaxUint32 : TO_UINT32(limit);
406 if (IS_UNDEFINED(separator)) return [subject];
432 if (!IS_UNDEFINED(end)) {
459 if (IS_UNDEFINED(n))
    [all...]
collection.js 115 if (IS_UNDEFINED(hash)) {
129 if (IS_UNDEFINED(new.target)) {
195 if (IS_UNDEFINED(hash)) return false;
208 if (IS_UNDEFINED(hash)) return false;
293 if (IS_UNDEFINED(new.target)) {
323 if (IS_UNDEFINED(hash)) return UNDEFINED;
promise.js 82 if (IS_UNDEFINED(new.target)) throw MakeTypeError(kNotAPromise, this);
148 if (!IS_UNDEFINED(tasks)) {
197 if (IS_UNDEFINED(maybeResolveCallbacks)) {
340 if (!IS_UNDEFINED(result.resolve) || !IS_UNDEFINED(result.reject))
399 if (IS_UNDEFINED(status)) {
534 if (IS_UNDEFINED(combinedDeferred)) return true;
547 if (IS_UNDEFINED(queue)) return false;
messages.js 79 if (IS_UNDEFINED(this)) return "[object Undefined]";
97 name = IS_UNDEFINED(name) ? "Error" : NoSideEffectsToString(name);
98 message = IS_UNDEFINED(message) ? "" : NoSideEffectsToString(message);
108 if (IS_UNDEFINED(obj)) return 'undefined';
282 if (IS_UNDEFINED(new.target)) {
616 if (IS_UNDEFINED(formatted_stack_trace)) {
619 if (IS_UNDEFINED(stack_trace)) {
667 if (IS_UNDEFINED(new.target)) return new error_function(m);
673 if (!IS_UNDEFINED(m)) {
699 name = IS_UNDEFINED(name) ? "Error" : TO_STRING(name)
    [all...]
harmony-string-padding.js 28 if (IS_UNDEFINED(fillString)) {
runtime.js 65 if (IS_UNDEFINED(constructor)) {
string-iterator.js 57 if (!IS_UNDEFINED(s)) {
harmony-simd.js 436 if (!IS_UNDEFINED(new.target)) {
445 if (!IS_UNDEFINED(new.target)) {
454 if (!IS_UNDEFINED(new.target)) {
463 if (!IS_UNDEFINED(new.target)) {
471 if (!IS_UNDEFINED(new.target)) {
482 if (!IS_UNDEFINED(new.target)) {
493 if (!IS_UNDEFINED(new.target)) {
502 if (!IS_UNDEFINED(new.target)) {
518 if (!IS_UNDEFINED(new.target)) {
534 if (!IS_UNDEFINED(new.target))
    [all...]
regexp.js 59 if (!IS_UNDEFINED(is_regexp)) return TO_BOOLEAN(is_regexp);
67 pattern = IS_UNDEFINED(pattern) ? '' : TO_STRING(pattern);
68 flags = IS_UNDEFINED(flags) ? '' : TO_STRING(flags);
89 if (IS_UNDEFINED(newtarget)) {
93 if (pattern_is_regexp && IS_UNDEFINED(flags) &&
100 if (IS_UNDEFINED(flags)) flags = PatternFlags(pattern);
106 if (IS_UNDEFINED(flags)) flags = input_pattern.flags;
122 if (!IS_UNDEFINED(flags)) throw MakeTypeError(kRegExpFlags);
270 if (IS_UNDEFINED(exec)) {
401 limit = (IS_UNDEFINED(limit)) ? kMaxUint32 : TO_UINT32(limit)
    [all...]
symbol.js 66 if (IS_UNDEFINED(registry.for[key])) {
macros.py 94 macro IS_UNDEFINED(arg) = (arg === (void 0));
106 macro CHECK_OBJECT_COERCIBLE(arg, functionName) = if (IS_NULL(%IS_VAR(arg)) || IS_UNDEFINED(arg)) throw MakeTypeError(kCalledOnNullOrUndefined, functionName);
130 macro HAS_DEFINED_PRIVATE(obj, sym) = (!IS_UNDEFINED(obj[sym]));
array-iterator.js 71 if (!IS_UNDEFINED(array)) {
harmony-atomics.js 116 if (IS_UNDEFINED(timeout)) {
  /external/v8/src/debug/
debug.js 254 this.position_alignment_ = IS_UNDEFINED(opt_position_alignment)
385 if (IS_UNDEFINED(column)) {
394 if (IS_UNDEFINED(script.sourceColumnStart_[line])) {
413 if (IS_UNDEFINED(actual_position)) {
467 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
476 var position_aligment = IS_UNDEFINED(opt_position_aligment)
637 var position_alignment = IS_UNDEFINED(opt_position_alignment)
    [all...]
mirrors.js 118 !IS_UNDEFINED(%DebugGetProperty(value, promiseStateSymbol));
148 if (IS_UNDEFINED(value)) {
1020 if (IS_UNDEFINED(this.scopeCount_)) {
    [all...]
  /external/v8/src/
d8.js 65 if (IS_UNDEFINED(desc)) continue;
  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 134 case Symbol::IS_UNDEFINED:

Completed in 487 milliseconds

1 2