HomeSort by relevance Sort by last modified time
    Searched refs:IsNull (Results 26 - 50 of 74) sorted by null

12 3

  /external/webkit/Source/WebCore/bindings/v8/
ScriptValue.cpp 82 if (value->IsNull() || value->IsUndefined())
V8AbstractEventListener.cpp 191 if (!returnValue->IsNull() && !returnValue->IsUndefined() && event->storesResultAsString())
V8Binding.cpp 60 ASSERT(!string.isNull());
71 ASSERT(!string.isNull());
81 if (m_plainString.impl() != m_atomicString.impl() && !m_atomicString.isNull())
100 if (m_atomicString.isNull()) {
102 ASSERT(!m_atomicString.isNull());
230 if (value->IsNull())
237 if (value->IsNull())
244 if (value->IsNull() || value->IsUndefined())
251 return value->IsNull() || value->IsUndefined();
266 return str.isNull() ? v8::Handle<v8::Value>(v8::Null()) : v8::Handle<v8::Value>(v8String(str))
    [all...]
V8NPUtils.cpp 60 else if (object->IsNull())
NPV8Object.cpp 177 if (functionObject.IsEmpty() || functionObject->IsNull()) {
236 if (!function->IsNull()) {
536 if (!ctor->IsNull()) {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DataViewCustom.cpp 44 if (args[0]->IsNull() || !V8ArrayBuffer::HasInstance(args[0]))
V8DocumentCustom.cpp 80 if (!resolver && !args[2]->IsNull() && !args[2]->IsUndefined())
V8ArrayBufferViewCustom.h 114 if (args[0]->IsNull()) {
V8DOMWindowCustom.cpp 215 if (value->IsNull()) {
452 AtomicString frameName = (args[1]->IsUndefined() || args[1]->IsNull()) ? "_blank" : AtomicString(toWebCoreString(args[1]));
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 33 using testing::IsNull;
333 EXPECT_THAT(mock_flow_handler_.get(), IsNull());
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 908 DCHECK(!callback.IsNull());
909 if (!callback.IsNull()) {
    [all...]
  /external/v8/src/
ic.cc 203 receiver->GetPrototype()->IsNull()) {
231 if (receiver->IsUndefined() || receiver->IsNull()) return state;
446 if (proto->IsNull()) {
505 if (object->IsUndefined() || object->IsNull()) {
764 if (object->IsUndefined() || object->IsNull()) {
807 if (object->IsUndefined() || object->IsNull()) {
    [all...]
type-info.cc 523 while (!map->prototype()->IsNull()) {
525 if (!constructor->IsNull()) {
538 if (constructor->IsNull()) return false;
code-stubs.cc 393 } else if (object->IsNull()) {
ast.cc 68 return AsLiteral() != NULL && AsLiteral()->handle()->IsNull();
250 if (literal->handle()->IsNull()) continue;
    [all...]
execution.cc 161 if (receiver->IsUndefined() || receiver->IsNull()) {
599 } else if (obj->IsNull() || obj->IsUndefined()) {
objects.cc 119 if (heap_object->IsUndefined() || heap_object->IsNull()) {
670 ASSERT(holder->IsUndefined() || holder->IsNull());
    [all...]
  /external/chromium/testing/gmock/test/
gmock_link_test.h 150 using testing::IsNull;
512 // Tests the linkage of the IsNull matcher.
516 ON_CALL(mock, VoidFromString(IsNull())).WillByDefault(Return());
gmock-matchers_test.cc 89 using testing::IsNull;
826 // Tests that IsNull() matches any NULL pointer of any type.
828 Matcher<int*> m1 = IsNull();
834 Matcher<const char*> m2 = IsNull();
848 Matcher<void*> m3 = IsNull();
856 const Matcher<linked_ptr<int> > m = IsNull();
865 const Matcher<const linked_ptr<double>&> m = IsNull();
874 const Matcher<const scoped_ptr<double>&> m = IsNull();
882 // Tests that IsNull() describes itself properly.
884 Matcher<int*> m = IsNull();
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGVTables.cpp 173 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue);
174 CGF.Builder.CreateCondBr(IsNull, AdjustNull, AdjustNotNull);
373 if (!ResultType->isVoidType() && Slot.isNull())
    [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp     [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 26 import static org.hamcrest.core.IsNull.nullValue;
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]

Completed in 1234 milliseconds

12 3