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

  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 124 : ExecutableBase(globalData, globalData.nativeExecutableStructure.get(), NUM_PARAMETERS_IS_HOST)
135 : ExecutableBase(globalData, globalData.nativeExecutableStructure.get(), NUM_PARAMETERS_IS_HOST)
JSGlobalData.cpp 197 nativeExecutableStructure.set(*this, NativeExecutable::createStructure(*this, jsNull()));
256 nativeExecutableStructure.clear();
JSGlobalData.h 162 Strong<Structure> nativeExecutableStructure;

Completed in 53 milliseconds