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

1 2

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
DiffConsumer.cpp 77 if (!ctxt.IsFunction) continue;
  /external/webkit/Source/WebCore/bindings/v8/
V8EventListener.cpp 52 if (listener->IsFunction())
59 if (!property.IsEmpty() && property->IsFunction())
V8NodeFilterCondition.cpp 71 if (m_filter->IsFunction())
75 if (!value->IsFunction()) {
DateExtension.cpp 87 if (sleepFunctionHandle.IsEmpty() || !sleepFunctionHandle->IsFunction())
107 if (args.Length() != 2 || !args[0]->IsObject() || !args[1]->IsFunction())
ScheduledAction.cpp 118 if (!m_function.IsEmpty() && m_function->IsFunction()) {
135 if (!m_function.IsEmpty() && m_function->IsFunction()) {
V8WindowErrorHandler.cpp 53 if (!listener.IsEmpty() && listener->IsFunction()) {
V8WorkerContextErrorHandler.cpp 52 if (!listener.IsEmpty() && listener->IsFunction()) {
ScriptValue.h 103 bool isFunction() const
105 return m_value->IsFunction();
ScriptFunctionCall.cpp 126 ASSERT(value->IsFunction());
159 ASSERT(value->IsFunction());
190 ASSERT(m_function.v8Value()->IsFunction());
ScriptEventListener.cpp 112 if (object.IsEmpty() || !object->IsFunction())
V8Utilities.h 79 if (!value->IsFunction()) {
V8WorkerContextEventListener.cpp 105 if (!listener.IsEmpty() && !listener->IsFunction())
V8AbstractEventListener.cpp 202 if (!m_listener.IsEmpty() && !m_listener->IsFunction())
V8LazyEventListener.cpp 124 ASSERT(value->IsFunction());
NPV8Object.cpp 231 if (!functionObject->IsFunction())
427 return prop->IsFunction();
530 if (!ctorObj->IsFunction())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomXPathNSResolver.cpp 63 if (lookupNamespaceURI->IsFunction())
67 if (lookupNamespaceURIFunc.IsEmpty() && !m_resolver->IsFunction()) {
V8CustomVoidCallback.cpp 72 if (callback->IsFunction()) {
76 if (handleEventFunction->IsFunction())
V8NavigatorCustom.cpp 78 if (!value->IsFunction()) {
V8WorkerContextCustom.cpp 70 } else if (function->IsFunction()) {
V8HTMLDocumentCustom.cpp 145 if (!function->IsFunction()) {
V8InjectedScriptManager.cpp 101 ASSERT(v->IsFunction());
V8DOMWindowCustom.cpp 91 if (!function->IsFunction()) {
118 if (function->IsFunction()) {
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsFrontendImpl.cpp 119 if (!dispatchFunction->IsFunction())
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 427 bool IsFunction = false;
440 IsFunction = !GVar;
447 if (IsExternal || IsFunction || IsCommon || IsAvailExt || MO.isJTI())
507 bool IsFunction = false;
517 IsFunction = !GVar;
521 if (IsFunction || IsExternal)
    [all...]

Completed in 430 milliseconds

1 2