Searched refs:isObject (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1020.js28 function isObject(o) { function
32 assertTrue(isObject(Object));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptModule.cpp60 if (hadException || resultValue.isEmpty() || !resultValue.isObject()) {
65 if (hadException || resultValue.isEmpty() || !resultValue.isObject()) {
H A DInspectorFrontendHost.cpp217 ASSERT(frontendApiObject.isObject());
233 ASSERT(frontendApiObject.isObject());
H A DInjectedScriptCanvasModule.cpp82 if (hadException || resultValue.isEmpty() || !resultValue.isObject()) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCryptoNormalize.cpp46 if (!algorithmDictionary.isUndefinedOrNull() && !algorithmDictionary.isObject())
/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
H A Druntime.c169 static void *_Block_alloc_default(const unsigned long size, const bool initialCountIsOne, const bool isObject) { argument
213 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;
231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromise.h65 bool isObject() const function in class:blink::FINAL
67 return m_promise.isObject();
H A DDictionary.cpp90 bool Dictionary::isObject() const function in class:blink::Dictionary
232 if (!isObject())
259 if (!isObject())
H A DScriptValue.h121 bool isObject() const function in class:blink::FINAL
H A DDictionary.h59 // * isObject() is true when using createEmpty().
63 bool isObject() const;
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Ddictionary_v8.cpp37 if (!{{member.name}}.isObject()) {
57 ASSERT(impl->{{member.name}}().isObject());
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-receiver.js87 assertTrue(!receiver.isObject());
111 assertTrue(receiver.isObject());
/external/llvm/include/llvm/Object/
H A DBinary.h88 bool isObject() const { function in class:llvm::object::Binary
93 return isIR() || isObject();
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SubtleCryptoCustom.cpp25 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
40 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
55 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
70 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
H A Dasserts.js218 if (goog.asserts.ENABLE_ASSERTS && !goog.isObject(value)) {
274 if (goog.asserts.ENABLE_ASSERTS && (!goog.isObject(value) ||
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestDictionary.cpp73 if (!objectMember.isObject()) {
84 if (!objectOrNullMember.isObject()) {
191 ASSERT(impl->objectMember().isObject());
195 ASSERT(impl->objectOrNullMember().isObject());
/external/chromium_org/v8/test/webkit/
H A Dtypeof-constant-string.js94 function isObject(a) function
99 shouldBeTrue("isObject({ })");
100 shouldBeFalse("isObject(1)");
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
H A Dantlr.js316 isObject: function(o) {
482 return (l.isObject(o) || l.isString(o) || l.isNumber(o) || l.isBoolean(o));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ElementCustom.cpp120 if (!timingInput.isUndefinedOrNull() && !timingInput.isObject()) {
147 if (!timingInput.isUndefinedOrNull() && !timingInput.isObject()) {
/external/chromium_org/components/nacl/renderer/
H A Djson_manifest.cc123 if (!dictionary.isObject()) {
262 if (!dictionary.isObject()) {
486 if (!files.isObject()) {
500 if (!dictionary_.isObject()) {
560 if (!files.isObject()) {
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp657 static bool isObject(ELFObjectFile<ELFT> &Obj, symbol_iterator I) { function
666 static bool isObject(SymbolicFile *Obj, basic_symbol_iterator I) { function
668 return isObject(*ELF, I);
670 return isObject(*ELF, I);
672 return isObject(*ELF, I);
674 return isObject(*ELF, I);
681 char Ret = isObject(Obj, I) ? 'v' : 'w';
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_input_handler.js406 if (!goog.isObject(message)) {
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp1019 if ( isNull() || isArray() || isObject() )
1527 Value::isObject() const function in class:Json::Value
1860 if ( !node->isObject() )
1891 if ( !node->isObject() )
1919 if ( !node->isObject() )
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp1013 if ( isNull() || isArray() || isObject() )
1521 Value::isObject() const function in class:Json::Value
1854 if ( !node->isObject() )
1885 if ( !node->isObject() )
1913 if ( !node->isObject() )

Completed in 3227 milliseconds

123