HomeSort by relevance Sort by last modified time
    Searched refs:IsFunction (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Callback.cpp 50 if (callback->IsFunction()) {
54 if (handleEventFunction->IsFunction())
V8Callback.h 65 if (!value->IsFunction()) {
V8EventListener.cpp 54 if (listener->IsFunction())
62 if (!property.IsEmpty() && property->IsFunction())
V8NodeFilterCondition.cpp 69 if (filter->IsFunction())
73 if (!value->IsFunction()) {
DateExtension.cpp 88 if (sleepFunctionHandle.IsEmpty() || !sleepFunctionHandle->IsFunction())
108 if (args.Length() != 2 || !args[0]->IsObject() || !args[1]->IsFunction())
V8ErrorHandler.cpp 57 if (!listener.IsEmpty() && listener->IsFunction()) {
ScriptFunctionCall.cpp 127 ASSERT(value->IsFunction());
162 ASSERT(value->IsFunction());
187 ASSERT(m_function.v8Value()->IsFunction());
ScriptValue.h 99 bool isFunction() const
103 return !value.IsEmpty() && value->IsFunction();
V8WorkerGlobalScopeEventListener.cpp 112 if (!listener.IsEmpty() && !listener->IsFunction())
V8LazyEventListener.cpp 172 ASSERT(result->IsFunction());
195 if (innerValue.IsEmpty() || !innerValue->IsFunction())
ScriptEventListener.cpp 143 if (object.IsEmpty() || !object->IsFunction())
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8MutationObserverCustom.cpp 51 if (!arg->IsFunction()) {
V8CustomXPathNSResolver.cpp 69 if (lookupNamespaceURI->IsFunction())
73 if (lookupNamespaceURIFunc.IsEmpty() && !m_resolver->IsFunction()) {
V8HTMLDocumentCustom.cpp 95 if (!function->IsFunction()) {
V8InjectedScriptManager.cpp 92 ASSERT(value->IsFunction());
V8WorkerGlobalScopeCustom.cpp 74 } else if (function->IsFunction()) {
V8InjectedScriptHostCustom.cpp 189 if (!value->IsFunction())
372 if (!fn->IsFunction())
417 if (args.Length() > 0 && args[0]->IsFunction()) {
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy.cc 36 if (value->IsFunction()) {
render_view_observer_natives.cc 66 CHECK(args[1]->IsFunction());
webstore_bindings.cc 94 if (!args[1]->IsUndefined() && !args[1]->IsFunction()) {
99 if (!args[2]->IsUndefined() && !args[2]->IsFunction()) {
safe_builtins.cc 155 info[0]->IsFunction() && // function
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsFrontendImpl.cpp 163 if (!dispatchFunction->IsFunction())
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 396 bool IsFunction = false;
409 IsFunction = !GVar;
416 if (IsExternal || IsFunction || IsCommon || IsAvailExt || MO.isJTI())
475 bool IsFunction = false;
485 IsFunction = !GVar;
489 if (IsFunction || IsExternal)
    [all...]
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 103 EXPECT_TRUE(functionProperty->IsFunction());
241 ASSERT_TRUE(functionProperty->IsFunction());

Completed in 566 milliseconds

1 2 3