HomeSort by relevance Sort by last modified time
    Searched defs:isObject (Results 1 - 19 of 19) sorted by null

  /external/v8/test/mjsunit/regress/
regress-1020.js 28 function isObject(o) {
32 assertTrue(isObject(Object));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
shell.js 45 if (isObject(obj))
54 if (isObject(obj))
78 function isObject(obj)
  /external/chromium/webkit/glue/
cpp_variant.h 89 bool isObject() const { return (type == NPVariantType_Object); }
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.h 112 bool isObject() const { return (type == NPVariantType_Object); }
  /external/webkit/Source/WebCore/bindings/v8/
ScriptValue.h 123 bool isObject() const
125 return m_value->IsObject();
  /external/llvm/include/llvm/Object/
Binary.h 69 bool isObject() const {
  /external/webkit/Source/WebCore/bindings/js/
ScriptValue.cpp 90 bool ScriptValue::isObject() const
94 return m_value.get().isObject();
130 if (value.isObject()) {
  /external/webkit/Source/JavaScriptCore/heap/
Handle.h 128 bool isObject() const { return jsValue().isObject(); }
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 212 Note that if \a other is an object (i.e., isObject() would return
346 bool QScriptValue::isObject() const
348 return d_ptr->isObject();
559 \sa setPrototype(), isObject()
575 \sa prototype(), isObject()
585 Note that if \a other is an object (isObject() returns true),
qscriptvalue_p.h 103 inline bool isObject();
427 bool QScriptValuePrivate::isObject()
702 if (isObject()) {
715 if (isObject() && prototype->isValid() && (prototype->isObject() || prototype->isNull())) {
836 if (!isJSBased() || !other->isObject())
923 Q_ASSERT(isObject());
936 Q_ASSERT(isObject());
948 if (!isObject())
988 Q_ASSERT(isObject());
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_istype.cpp 551 void tst_QScriptValue::isObject()
555 QCOMPARE(value.isObject(), expected);
556 QCOMPARE(value.isObject(), expected);
  /external/webkit/Source/JavaScriptCore/runtime/
WriteBarrier.h 135 bool isObject() const { return get().isObject(); }
JSCell.h 87 bool isObject() const;
198 inline bool JSValue::isObject() const
200 return isCell() && asCell()->isObject();
Structure.h 261 inline bool JSCell::isObject() const
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 101 NameSpace::isObject(ObjectLocalName p_localName)
251 ShareGroup::isObject(NamedObjectType p_type, ObjectLocalName p_localName)
256 bool exist = m_nameSpace[p_type]->isObject(p_localName);
  /external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
tst_qscriptvalue.cpp 67 void isObject();
272 void tst_QScriptValue::isObject()
276 value.isObject();
  /external/v8/src/
d8.js     [all...]
mirror-debugger.js 294 Mirror.prototype.isObject = function() {
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 356 milliseconds