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

  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 52 static const int NUM_PARAMETERS_NOT_COMPILED = -1;
152 : ExecutableBase(*globalData, structure, NUM_PARAMETERS_NOT_COMPILED)
166 : ExecutableBase(exec->globalData(), structure, NUM_PARAMETERS_NOT_COMPILED)
Executable.cpp 337 m_numParametersForCall = NUM_PARAMETERS_NOT_COMPILED;
338 m_numParametersForConstruct = NUM_PARAMETERS_NOT_COMPILED;

Completed in 713 milliseconds