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

  /external/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)) {
68 return !IS_UNDEFINED(this.get(key));
78 if (IS_UNDEFINED(contextMaps)) {
173 if (IS_UNDEFINED(acceptList))
196 if (IS_UNDEFINED(objectInfo)) {
283 if (IS_UNDEFINED(objectInfo) || !objectInfo.changeObservers)
315 if (IS_UNDEFINED(arg))
336 if (!IS_UNDEFINED(callbackInfo))
392 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) {
148 if (!IS_UNDEFINED(result)) return result;
172 if (!IS_UNDEFINED(result)) return result;
213 if (!IS_UNDEFINED(current) || i in array) {
221 if (!IS_UNDEFINED(key)) {
224 if (!IS_UNDEFINED(current) || key in array) {
244 if (!IS_UNDEFINED(current) || i in array) {
250 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)) {
v8natives.js 123 if (IS_UNDEFINED(radix) || radix === 10 || radix === 0) {
220 if (IS_UNDEFINED(this) && !IS_UNDETECTABLE(this)) return "[object Undefined]";
268 return IS_UNDEFINED(desc) ? false : desc.isEnumerable();
342 if (IS_UNDEFINED(desc)) return false;
349 if (IS_UNDEFINED(desc)) return false;
356 if (IS_UNDEFINED(desc)) return false;
368 if (IS_UNDEFINED(desc)) return desc;
386 if (IS_UNDEFINED(desc)) return desc;
436 if (!IS_UNDEFINED(get) && !IS_SPEC_FUNCTION(get)) {
444 if (!IS_UNDEFINED(set) && !IS_SPEC_FUNCTION(set))
    [all...]
debug-debugger.js 255 this.position_alignment_ = IS_UNDEFINED(opt_position_alignment)
410 if (IS_UNDEFINED(column)) {
419 if (IS_UNDEFINED(script.sourceColumnStart_[line])) {
439 if (IS_UNDEFINED(actual_position)) {
493 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
506 var position_aligment = IS_UNDEFINED(opt_position_aligment)
680 var position_alignment = IS_UNDEFINED(opt_position_alignment)
943 if (!IS_UNDEFINED(opt_action)) action = %ToNumber(opt_action);
946 if (!IS_UNDEFINED(opt_callframe)) {
    [all...]
runtime.js 109 if (IS_UNDEFINED(x)) return ncr;
113 if (IS_UNDEFINED(x)) return ncr;
115 } else if (IS_UNDEFINED(this)) {
116 if (!IS_UNDEFINED(x)) {
120 } else if (IS_UNDEFINED(x)) {
504 if (IS_UNDEFINED(x)) return NAN;
515 if (IS_UNDEFINED(x)) return NAN;
526 if (IS_UNDEFINED(x)) return 'undefined';
534 if (IS_UNDEFINED(x)) return 'undefined';
harmony-array.js 95 i = IS_UNDEFINED(i) ? 0 : TO_INTEGER(i);
98 end = IS_UNDEFINED(end) ? length : TO_INTEGER(end);
string-iterator.js 47 if (IS_UNDEFINED(s)) {
regexp.js 19 if (!IS_UNDEFINED(flags)) {
30 pattern = IS_UNDEFINED(pattern) ? '' : ToString(pattern);
31 flags = IS_UNDEFINED(flags) ? '' : ToString(flags);
81 if (IS_REGEXP(pattern) && IS_UNDEFINED(flags)) {
105 if (IS_UNDEFINED(pattern) && %_ArgumentsLength() != 0) {
413 return IS_UNDEFINED(regExpInput) ? "" : regExpInput;
collection.js 35 if (IS_UNDEFINED(iter)) return;
166 if (IS_UNDEFINED(iter)) return;
macros.py 104 macro IS_UNDEFINED(arg) = (arg === (void 0));
178 macro HAS_DEFINED_PRIVATE(obj, sym) = (!IS_UNDEFINED(obj[sym]));
weak-collection.js 35 if (IS_UNDEFINED(iter)) return;
151 if (IS_UNDEFINED(iter)) return;
promise.js 214 onResolve = IS_UNDEFINED(onResolve) ? PromiseIdResolveHandler : onResolve;
215 onReject = IS_UNDEFINED(onReject) ? PromiseIdRejectHandler : onReject;
330 if (IS_UNDEFINED(queue)) return false;
messages.js 213 if (IS_UNDEFINED(obj)) return 'undefined';
289 if (IS_UNDEFINED(args)) args = [];
455 if (!IS_UNDEFINED(opt_line)) {
495 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
497 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
529 if (!IS_UNDEFINED(opt_line)) {
637 if (!IS_UNDEFINED(opt_limit)) {
642 if (!IS_UNDEFINED(opt_before)) {
    [all...]
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)) {
1050 if (IS_UNDEFINED(this.scopeCount_)) {
    [all...]
string.js 551 if (!IS_UNDEFINED(end)) {
590 limit = (IS_UNDEFINED(limit)) ? 0xffffffff : TO_UINT32(limit);
600 if (IS_UNDEFINED(separator)) return [subject];
692 if (!IS_UNDEFINED(end)) {
719 if (IS_UNDEFINED(n)) {
728 if (IS_UNDEFINED(start)) {
d8.js     [all...]

Completed in 1078 milliseconds