OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecutableBase
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSFunction.h
31
class
ExecutableBase
;
68
ExecutableBase
* executable() const { return m_executable.get(); }
106
WriteBarrier<
ExecutableBase
> m_executable;
Executable.h
47
class
ExecutableBase
: public JSCell {
55
ExecutableBase
(JSGlobalData& globalData, Structure* structure, int numParameters)
98
class NativeExecutable : public
ExecutableBase
{
124
:
ExecutableBase
(globalData, globalData.nativeExecutableStructure.get(), NUM_PARAMETERS_IS_HOST)
135
:
ExecutableBase
(globalData, globalData.nativeExecutableStructure.get(), NUM_PARAMETERS_IS_HOST)
149
class ScriptExecutable : public
ExecutableBase
{
152
:
ExecutableBase
(*globalData, structure, NUM_PARAMETERS_NOT_COMPILED)
166
:
ExecutableBase
(exec->globalData(), structure, NUM_PARAMETERS_NOT_COMPILED)
Executable.cpp
43
const ClassInfo
ExecutableBase
::s_info = { "Executable", 0, 0, 0 };
45
const ClassInfo NativeExecutable::s_info = { "NativeExecutable", &
ExecutableBase
::s_info, 0, 0 };
JSCell.h
58
friend class
ExecutableBase
;
JSGlobalData.cpp
196
executableStructure.set(*this,
ExecutableBase
::createStructure(*this, jsNull()));
/external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp
[
all
...]
Completed in 194 milliseconds