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

  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.cpp 83 function = new (exec) JSFunction(exec, globalObject, globalObject->functionStructure(), entry->functionLength(), propertyName, exec->globalData().getHostFunction(entry->function(), entry->generator()));
StringConstructor.cpp 59 putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructure, 1, exec->propertyNames().fromCharCode, exec->globalData().getHostFunction(stringFromCharCode, fromCharCodeThunkGenerator)), DontEnum);
JSGlobalData.h 215 NativeExecutable* getHostFunction(NativeFunction, ThunkGenerator);
217 NativeExecutable* getHostFunction(NativeFunction);
JSGlobalData.cpp 356 NativeExecutable* JSGlobalData::getHostFunction(NativeFunction function)
360 NativeExecutable* JSGlobalData::getHostFunction(NativeFunction function, ThunkGenerator generator)
365 NativeExecutable* JSGlobalData::getHostFunction(NativeFunction function)
JSFunction.cpp 80 // as getHostFunction may perform a GC allocation, so we have to be able to
82 m_executable.set(exec->globalData(), this, exec->globalData().getHostFunction(func));

Completed in 341 milliseconds