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

  /external/webkit/Source/JavaScriptCore/runtime/
JSFunction.h 48 JSFunction(ExecState*, JSGlobalObject*, Structure*, int length, const Identifier&, NativeFunction);
81 NativeFunction nativeFunction();
Executable.h 102 static NativeExecutable* create(JSGlobalData& globalData, MacroAssemblerCodePtr callThunk, NativeFunction function, MacroAssemblerCodePtr constructThunk, NativeFunction constructor)
109 static NativeExecutable* create(JSGlobalData& globalData, NativeFunction function, NativeFunction constructor)
117 NativeFunction function() { return m_function; }
123 NativeExecutable(JSGlobalData& globalData, JITCode callThunk, NativeFunction function, JITCode constructThunk, NativeFunction constructor)
134 NativeExecutable(JSGlobalData& globalData, NativeFunction function, NativeFunction constructor)
142 NativeFunction m_function
    [all...]
JSFunction.cpp 74 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int length, const Identifier& name, NativeFunction func)
152 callData.native.function = nativeFunction();
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 106 template<NativeFunction nativeFunction, int length>
109 return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->functionStructure(), length, propertyName, nativeFunction);

Completed in 68 milliseconds