Searched refs:m_targetFunction (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSBoundFunction.h46 JSObject* targetFunction() { return m_targetFunction.get(); }
68 WriteBarrier<JSObject> m_targetFunction; member in class:JSC::JSBoundFunction
H A DJSBoundFunction.cpp96 return jsCast<JSBoundFunction*>(object)->m_targetFunction->hasInstance(exec, value);
101 , m_targetFunction(exec->vm(), this, targetFunction)
124 visitor.append(&thisObject->m_targetFunction);

Completed in 62 milliseconds