HomeSort by relevance Sort by last modified time
    Searched full:is_undefined (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/ppapi/cpp/
url_response_info.h 41 /// successful, <code>is_undefined Var</code> if an input parameter is
62 /// value if successful, <code>is_undefined Var</code> if an input parameter
72 /// value if successful, <code>is_undefined Var</code> if an input parameter
82 /// value if successful, <code>is_undefined Var</code> if an input parameter
92 /// <code>is_undefined Var</code> if an input parameter is invalid.
101 /// value if successful, <code>is_undefined Var</code> if an input parameter
111 /// value if successful, <code>is_undefined Var</code> if an input parameter
var_array_buffer.cc 77 PP_DCHECK(is_undefined());
  /external/chromium_org/third_party/jinja2/
__init__.py 57 is_undefined namespace
67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined',
  /external/chromium_org/v8/src/
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...]
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)) {
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...]
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])) {
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...]
arraybuffer.js 36 if (!IS_UNDEFINED(end)) {
46 var relativeEnd = IS_UNDEFINED(end) ? byte_length : end;
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...]
json.js 29 if (IS_UNDEFINED(newElement)) {
61 if (IS_UNDEFINED(strP)) {
93 if (!IS_UNDEFINED(strP)) {
105 if (!IS_UNDEFINED(strP)) {
string-iterator.js 47 if (IS_UNDEFINED(s)) {
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...]
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;
array-iterator.js 59 if (IS_UNDEFINED(array)) {
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);
weak-collection.js 35 if (IS_UNDEFINED(iter)) return;
151 if (IS_UNDEFINED(iter)) return;
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...]
  /external/chromium_org/ppapi/tests/
test_flash.cc 57 ASSERT_TRUE(result.is_undefined());
90 (is_stage3denabled.is_undefined() && !is_3denabled.AsBool()));
107 ASSERT_TRUE(result.is_undefined());
110 ASSERT_TRUE(result.is_undefined());
113 ASSERT_TRUE(result.is_undefined());
test_var_deprecated.cc 302 ASSERT_TRUE(exception.is_undefined());
304 ASSERT_TRUE(exception.is_undefined());
308 ASSERT_TRUE(exception.is_undefined());
310 ASSERT_TRUE(exception.is_undefined());
314 ASSERT_TRUE(exception.is_undefined());
316 ASSERT_TRUE(exception.is_undefined());
320 ASSERT_FALSE(exception.is_undefined());
324 ASSERT_FALSE(exception.is_undefined());
330 ASSERT_FALSE(exception.is_undefined());
333 ASSERT_FALSE(exception.is_undefined());
    [all...]
test_network_proxy.cc 63 ASSERT_TRUE(callback.output().is_undefined());
71 ASSERT_TRUE(callback.output().is_undefined());
test_instance_deprecated.cc 142 ASSERT_TRUE(ret.is_undefined());
143 ASSERT_TRUE(exception.is_undefined());
151 ASSERT_TRUE(exception.is_undefined());
157 ASSERT_TRUE(ret.is_undefined());
166 ASSERT_TRUE(ret.is_undefined());
251 ASSERT_TRUE(exception.is_undefined());
252 ASSERT_TRUE(result.is_undefined());
  /external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc 67 if (!console_.is_undefined())
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_u_r_l_response_info.html 139 <dl class="return"><dt><b>Returns:</b></dt><dd>An <code>is_string <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> containing the response property value if successful, <code>is_undefined <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> if an input parameter is invalid. </dd></dl>
163 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code><a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> containing the response property value if successful, <code>is_undefined <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> if an input parameter is invalid. </dd></dl>
180 <dl class="return"><dt><b>Returns:</b></dt><dd>An <code>is_string <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> containing the response property value if successful, <code>is_undefined <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> if an input parameter is invalid. </dd></dl>
197 <dl class="return"><dt><b>Returns:</b></dt><dd>An <code>is_string <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> containing the response property value if successful, <code>is_undefined <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> if an input parameter is invalid. </dd></dl>
214 <dl class="return"><dt><b>Returns:</b></dt><dd>A int32_t containing the response property value if successful, <code>is_undefined <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> if an input parameter is invalid. </dd></dl>
231 <dl class="return"><dt><b>Returns:</b></dt><dd>An <code>is_string <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> containing the response property value if successful, <code>is_undefined <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> if an input parameter is invalid. </dd></dl>
248 <dl class="return"><dt><b>Returns:</b></dt><dd>An <code>is_string <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> containing the response property value if successful, <code>is_undefined <a class="el" href="classpp_1_1_var.html" title="A generic type used for passing data types between the module and the page.">Var</a></code> if an input parameter is invalid. </dd></dl>

Completed in 852 milliseconds

1 2 3