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

  /external/chromium_org/v8/src/
symbol.js 20 return %CreateSymbol(IS_UNDEFINED(x) ? x : ToString(x));
30 return "Symbol(" + (IS_UNDEFINED(description) ? "" : description) + ")";
45 if (IS_UNDEFINED(internal_registry[key])) {
55 if (IS_UNDEFINED(registry.for[key])) {
proxy.js 18 if (IS_UNDEFINED(proto))
30 if (IS_UNDEFINED(constructTrap)) {
87 if (IS_UNDEFINED(desc)) { return desc }
91 if (IS_UNDEFINED(desc.get)) { return desc.get }
159 if (!IS_UNDEFINED(desc) && desc.enumerable) {
173 if (!IS_UNDEFINED(desc)) {
186 if (IS_UNDEFINED(handler.enumerate)) {
typedarray.js 29 if (!IS_UNDEFINED(byteOffset)) {
33 if (!IS_UNDEFINED(length)) {
39 if (IS_UNDEFINED(byteOffset)) {
55 if (IS_UNDEFINED(length)) {
74 var l = IS_UNDEFINED(length) ?
109 IS_BOOLEAN(arg1) || IS_UNDEFINED(arg1)) {
159 if (!IS_UNDEFINED(end)) {
170 var endInt = IS_UNDEFINED(end) ? srcLength : end;
256 var intOffset = IS_UNDEFINED(offset) ? 0 : TO_INTEGER(offset);
276 if (IS_UNDEFINED(l))
    [all...]
object-observe.js 39 if (IS_UNDEFINED(observationState))
42 if (IS_UNDEFINED(observationState.callbackInfoMap)) {
67 return !IS_UNDEFINED(this.get(key));
77 if (IS_UNDEFINED(contextMaps)) {
172 if (IS_UNDEFINED(acceptList))
195 if (IS_UNDEFINED(objectInfo)) {
282 if (IS_UNDEFINED(objectInfo) || !objectInfo.changeObservers)
314 if (IS_UNDEFINED(arg))
335 if (!IS_UNDEFINED(callbackInfo))
391 if (IS_UNDEFINED(objectInfo)
    [all...]
arraybuffer.js 36 if (!IS_UNDEFINED(end)) {
46 var relativeEnd = IS_UNDEFINED(end) ? byte_length : end;
array.js 27 if (!IS_UNDEFINED(e) || i in array) {
35 if (!IS_UNDEFINED(key)) {
37 if (!IS_UNDEFINED(e) || key in array) {
138 if (!IS_UNDEFINED(result)) return result;
162 if (!IS_UNDEFINED(result)) return result;
203 if (!IS_UNDEFINED(current) || i in array) {
211 if (!IS_UNDEFINED(key)) {
214 if (!IS_UNDEFINED(current) || key in array) {
234 if (!IS_UNDEFINED(current) || i in array) {
240 if (!IS_UNDEFINED(current) || i in array)
    [all...]
json.js 29 if (IS_UNDEFINED(newElement)) {
61 if (IS_UNDEFINED(strP)) {
93 if (!IS_UNDEFINED(strP)) {
105 if (!IS_UNDEFINED(strP)) {
harmony-array.js 95 i = IS_UNDEFINED(i) ? 0 : TO_INTEGER(i);
98 end = IS_UNDEFINED(end) ? length : TO_INTEGER(end);
v8natives.js 122 if (IS_UNDEFINED(radix) || radix === 10 || radix === 0) {
219 if (IS_UNDEFINED(this) && !IS_UNDETECTABLE(this)) return "[object Undefined]";
267 return IS_UNDEFINED(desc) ? false : desc.isEnumerable();
341 if (IS_UNDEFINED(desc)) return false;
348 if (IS_UNDEFINED(desc)) return false;
355 if (IS_UNDEFINED(desc)) return false;
367 if (IS_UNDEFINED(desc)) return desc;
385 if (IS_UNDEFINED(desc)) return desc;
437 if (!IS_UNDEFINED(get) && !IS_SPEC_FUNCTION(get)) {
445 if (!IS_UNDEFINED(set) && !IS_SPEC_FUNCTION(set))
    [all...]
debug-debugger.js 252 this.position_alignment_ = IS_UNDEFINED(opt_position_alignment)
407 if (IS_UNDEFINED(column)) {
416 if (IS_UNDEFINED(script.sourceColumnStart_[line])) {
436 if (IS_UNDEFINED(actual_position)) {
490 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
503 var position_aligment = IS_UNDEFINED(opt_position_aligment)
677 var position_alignment = IS_UNDEFINED(opt_position_alignment)
940 if (!IS_UNDEFINED(opt_action)) action = %ToNumber(opt_action);
943 if (!IS_UNDEFINED(opt_callframe)) {
    [all...]
runtime.js 108 if (IS_UNDEFINED(x)) return ncr;
112 if (IS_UNDEFINED(x)) return ncr;
114 } else if (IS_UNDEFINED(this)) {
115 if (!IS_UNDEFINED(x)) {
119 } else if (IS_UNDEFINED(x)) {
503 if (IS_UNDEFINED(x)) return NAN;
514 if (IS_UNDEFINED(x)) return NAN;
525 if (IS_UNDEFINED(x)) return 'undefined';
533 if (IS_UNDEFINED(x)) return 'undefined';
regexp.js 19 if (!IS_UNDEFINED(flags)) {
28 pattern = IS_UNDEFINED(pattern) ? '' : ToString(pattern);
29 flags = IS_UNDEFINED(flags) ? '' : ToString(flags);
72 if (IS_REGEXP(pattern) && IS_UNDEFINED(flags)) {
96 if (IS_UNDEFINED(pattern) && %_ArgumentsLength() != 0) {
402 return IS_UNDEFINED(regExpInput) ? "" : regExpInput;
array-iterator.js 59 if (IS_UNDEFINED(array)) {
harmony-string.js 78 if (!IS_UNDEFINED(arg)) {
mirror-debugger.js 27 !IS_UNDEFINED(%DebugGetProperty(value, builtins.promiseStatus));
60 if (IS_UNDEFINED(value)) {
1004 if (IS_UNDEFINED(this.scopeCount_)) {
    [all...]
string.js 553 if (!IS_UNDEFINED(end)) {
592 limit = (IS_UNDEFINED(limit)) ? 0xffffffff : TO_UINT32(limit);
602 if (IS_UNDEFINED(separator)) return [subject];
694 if (!IS_UNDEFINED(end)) {
721 if (IS_UNDEFINED(n)) {
730 if (IS_UNDEFINED(start)) {
messages.js 201 if (IS_UNDEFINED(obj)) return 'undefined';
276 if (IS_UNDEFINED(args)) args = [];
442 if (!IS_UNDEFINED(opt_line)) {
482 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
484 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
516 if (!IS_UNDEFINED(opt_line)) {
652 if (!IS_UNDEFINED(opt_limit)) {
657 if (!IS_UNDEFINED(opt_before)) {
    [all...]
promise.js 198 onResolve = IS_UNDEFINED(onResolve) ? PromiseIdResolveHandler : onResolve;
199 onReject = IS_UNDEFINED(onReject) ? PromiseIdRejectHandler : onReject;
macros.py 104 macro IS_UNDEFINED(arg) = (arg === (void 0));
d8.js     [all...]

Completed in 273 milliseconds