OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNumericCompareFunction
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
ArrayPrototype.cpp
72
static inline bool
isNumericCompareFunction
(ExecState* exec, CallType callType, const CallData& callData)
83
return executable->generatedBytecodeForCall().
isNumericCompareFunction
();
504
if (
isNumericCompareFunction
(exec, callType, callData))
[
all
...]
/external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h
280
void setIsNumericCompareFunction(bool
isNumericCompareFunction
) { m_isNumericCompareFunction =
isNumericCompareFunction
; }
281
bool
isNumericCompareFunction
() { return m_isNumericCompareFunction; }
Completed in 136 milliseconds