isObject          170 Source/bindings/templates/methods.cpp if (!{{argument.name}}.isUndefinedOrNull() && !{{argument.name}}.isObject()) {
isObject           72 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     if (!dictionaryArg.isUndefinedOrNull() && !dictionaryArg.isObject()) {
isObject           80 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     if (!optionalDictionaryArg.isUndefinedOrNull() && !optionalDictionaryArg.isObject()) {
isObject           68 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     if (!defaultUndefinedOptionalDictionaryArg.isUndefinedOrNull() && !defaultUndefinedOptionalDictionaryArg.isObject()) {
isObject         5585 Source/bindings/tests/results/V8TestObject.cpp     if (!dictionaryArg.isUndefinedOrNull() && !dictionaryArg.isObject()) {
isObject         5646 Source/bindings/tests/results/V8TestObject.cpp     if (!promiseArg.isUndefinedOrNull() && !promiseArg.isObject()) {
isObject         5954 Source/bindings/tests/results/V8TestObject.cpp     if (!optionalDictionaryArg.isUndefinedOrNull() && !optionalDictionaryArg.isObject()) {
isObject         6459 Source/bindings/tests/results/V8TestObject.cpp     if (!dictionaryArg.isUndefinedOrNull() && !dictionaryArg.isObject()) {
isObject           77 Source/bindings/v8/CustomElementConstructorBuilder.cpp         if (!prototypeScriptValue.isObject()) {
isObject          688 Source/bindings/v8/Dictionary.cpp     if (!isObject())
isObject          715 Source/bindings/v8/Dictionary.cpp     if (!isObject())
isObject           70 Source/bindings/v8/Dictionary.h     bool isObject() const;
isObject           61 Source/bindings/v8/ScriptPromise.h     bool isObject() const
isObject           63 Source/bindings/v8/ScriptPromise.h         return m_promise.isObject();
isObject          140 Source/bindings/v8/ScriptValue.h     bool isObject() const
isObject           70 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     if (!value.isObject() || value.isNull())
isObject          309 Source/core/inspector/InjectedScript.cpp     if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
isObject           80 Source/core/inspector/InjectedScriptCanvasModule.cpp     if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
isObject           61 Source/core/inspector/InjectedScriptModule.cpp     if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
isObject           66 Source/core/inspector/InjectedScriptModule.cpp         if (hadException || resultValue.hasNoValue() || !resultValue.isObject()) {
isObject          729 Source/modules/crypto/NormalizeAlgorithm.cpp     if (!raw.isObject()) {
isObject           50 Source/modules/crypto/SubtleCrypto.cpp     if (!rawAlgorithm.isObject()) {