Home
last modified time | relevance | path

Searched defs:mathTable (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h98 …static const HashTable* mathTable(CallFrame* callFrame) { return callFrame->globalData().mathTable… in mathTable() function
/external/webkit/JavaScriptCore/runtime/
DJSGlobalData.h111 const HashTable* mathTable; variable