Searched refs:isObject (Results 1 - 25 of 66) 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/v8/test/mjsunit/regress/
H A Dregress-1020.js28 function isObject(o) { function
32 assertTrue(isObject(Object));
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_serializer.pm100 my $isObject = $firstKey =~ /::/;
102 return unless $isObject;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptPromise.h68 bool isObject() const function in class:WebCore::ScriptPromise
70 return m_promise.isObject();
H A DScriptValue.h145 bool isObject() const function in class:WebCore::ScriptValue
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptModule.cpp61 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
66 if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
/external/compiler-rt/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/v8/test/mjsunit/
H A Ddebug-receiver.js87 assertTrue(!receiver.isObject());
111 assertTrue(receiver.isObject());
/external/v8/test/mjsunit/
H A Ddebug-receiver.js87 assertTrue(!receiver.isObject());
111 assertTrue(receiver.isObject());
/external/chromium_org/chrome/renderer/
H A Dexternal_host_bindings.cc67 if (!on_message_handler_.isObject())
173 DCHECK(document.isObject());
176 if (ok && document.isObject()) {
/external/chromium/webkit/glue/
H A Dcpp_variant.h89 bool isObject() const { return (type == NPVariantType_Object); } function in class:CppVariant
H A Dcpp_variant_unittest.cc370 EXPECT_FALSE(cpp.isObject());
381 EXPECT_FALSE(cpp.isObject());
392 EXPECT_FALSE(cpp.isObject());
403 EXPECT_FALSE(cpp.isObject());
414 EXPECT_FALSE(cpp.isObject());
426 EXPECT_TRUE(cpp.isObject());
H A Dcpp_variant.cc215 DCHECK(isObject());
252 DCHECK(isObject());
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppVariant.h113 bool isObject() const { return (type == NPVariantType_Object); } function in class:WebTestRunner::CppVariant
H A DCppVariant.cpp254 BLINK_ASSERT(isObject());
300 BLINK_ASSERT(isObject());
314 BLINK_ASSERT(isObject());
H A DCppBoundClass.cpp335 if (!m_selfVariant.isObject()) {
345 BLINK_ASSERT(m_selfVariant.isObject());
/external/chromium_org/webkit/renderer/
H A Dcpp_variant.h92 bool isObject() const { return (type == NPVariantType_Object); } function in class:webkit_glue::CppVariant
H A Dcpp_variant_unittest.cc391 EXPECT_FALSE(cpp.isObject());
402 EXPECT_FALSE(cpp.isObject());
413 EXPECT_FALSE(cpp.isObject());
424 EXPECT_FALSE(cpp.isObject());
435 EXPECT_FALSE(cpp.isObject());
447 EXPECT_TRUE(cpp.isObject());
H A Dcpp_bound_class.cc304 if (!self_variant_.isObject()) {
314 DCHECK(self_variant_.isObject());
H A Dcpp_variant.cc217 DCHECK(isObject());
254 DCHECK(isObject());
/external/llvm/include/llvm/Object/
H A DBinary.h83 bool isObject() const { function in class:llvm::object::Binary
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Djson_manifest.cc118 if (!dictionary.isObject()) {
257 if (!dictionary.isObject()) {
464 if (!dictionary_.isObject()) {
523 if (!files.isObject()) {
593 CHECK(files.isObject());
635 if (!files.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));

Completed in 725 milliseconds

123