HomeSort by relevance Sort by last modified time
    Searched refs:isHostFunction (Results 1 - 9 of 9) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSFunction.cpp 50 return isHostFunction();
89 if (!isHostFunction()) {
102 if (!isHostFunction()) {
110 if (isHostFunction()) {
121 ASSERT(!isHostFunction());
128 ASSERT(!thisObj->isHostFunction());
135 ASSERT(!thisObj->isHostFunction());
142 ASSERT(!thisObj->isHostFunction());
148 if (isHostFunction())
184 if (isHostFunction())
    [all...]
Executable.h 59 bool isHostFunction() const { return m_numParameters == NUM_PARAMETERS_IS_HOST; }
348 inline bool JSFunction::isHostFunction() const
351 return m_executable->isHostFunction();
JSFunction.h 57 inline bool isHostFunction() const;
FunctionPrototype.cpp 90 if (!function->isHostFunction()) {
  /external/webkit/JavaScriptCore/interpreter/
CachedCall.h 43 ASSERT(!function->isHostFunction());
Interpreter.cpp     [all...]
  /external/webkit/JavaScriptCore/profiler/
Profiler.cpp 146 if (!function->executable()->isHostFunction())
156 ASSERT(!function->isHostFunction());
  /external/webkit/JavaScriptCore/debugger/
Debugger.cpp 77 if (function->executable()->isHostFunction())
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 326 milliseconds