/external/webkit/WebCore/bindings/js/ |
ScriptCallStack.h | 63 JSC::InternalFunction* m_caller;
|
JSGeolocationCustom.cpp | 37 #include <runtime/InternalFunction.h> 47 if (!value.inherits(&InternalFunction::info)) { 63 if (!value.inherits(&InternalFunction::info)) {
|
ScriptCallFrame.h | 42 class InternalFunction;
|
/external/webkit/JavaScriptCore/interpreter/ |
Interpreter.h | 47 class InternalFunction; 103 JSValue retrieveCaller(CallFrame*, InternalFunction*) const; 144 static CallFrame* findFunctionCallFrame(CallFrame*, InternalFunction*);
|
/external/webkit/JavaScriptCore/runtime/ |
FunctionPrototype.cpp | 42 : InternalFunction(&exec->globalData(), structure, exec->propertyNames().emptyIdentifier) 98 if (thisValue.inherits(&InternalFunction::info)) { 99 InternalFunction* function = asInternalFunction(thisValue);
|
RegExpConstructor.cpp | 65 const ClassInfo RegExpConstructor::info = { "Function", &InternalFunction::info, 0, ExecState::regExpConstructorTable }; 94 : InternalFunction(&exec->globalData(), structure, Identifier(exec, "RegExp")) 190 return getStaticValueSlot<RegExpConstructor, InternalFunction>(exec, ExecState::regExpConstructorTable(exec), this, propertyName, slot); 195 return getStaticValueDescriptor<RegExpConstructor, InternalFunction>(exec, ExecState::regExpConstructorTable(exec), this, propertyName, descriptor); 275 lookupPut<RegExpConstructor, InternalFunction>(exec, propertyName, value, ExecState::regExpConstructorTable(exec), this, slot);
|
BooleanConstructor.cpp | 32 : InternalFunction(&exec->globalData(), structure, Identifier(exec, booleanPrototype->classInfo()->className))
|
ErrorConstructor.cpp | 33 : InternalFunction(&exec->globalData(), structure, Identifier(exec, errorPrototype->classInfo()->className))
|
Lookup.cpp | 73 InternalFunction* function = new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), entry->functionLength(), propertyName, entry->function());
|
ArrayConstructor.cpp | 41 : InternalFunction(&exec->globalData(), structure, Identifier(exec, arrayPrototype->classInfo()->className))
|
FunctionConstructor.cpp | 39 : InternalFunction(&exec->globalData(), structure, Identifier(exec, functionPrototype->classInfo()->className))
|
StringConstructor.cpp | 51 : InternalFunction(&exec->globalData(), structure, Identifier(exec, stringPrototype->classInfo()->className))
|
DateConstructor.cpp | 62 : InternalFunction(&exec->globalData(), structure, Identifier(exec, datePrototype->classInfo()->className))
|
JSFunction.cpp | 46 const ClassInfo JSFunction::info = { "Function", &InternalFunction::info, 0, 0 };
|
JSObject.h | 50 class InternalFunction; 176 void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0); 180 void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr = 0);
|
ObjectConstructor.cpp | 46 : InternalFunction(&exec->globalData(), structure, Identifier(exec, "Object"))
|
JSObject.cpp | 507 void JSObject::putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr) 512 void JSObject::putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr)
|
/external/webkit/JavaScriptCore/profiler/ |
Profiler.cpp | 149 if (asObject(functionValue)->inherits(&InternalFunction::info)) 150 return CallIdentifier(static_cast<InternalFunction*>(asObject(functionValue))->name(exec), defaultSourceURL, defaultLineNumber);
|
/external/webkit/WebCore/bridge/qt/ |
qt_runtime.h | 141 class QtRuntimeMethod : public InternalFunction { 158 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | OverridesGetPropertyNames | InternalFunction::StructureFlags | OverridesMarkChildren;
|
/external/webkit/JavaScriptCore/ |
JavaScriptCore.pri | 147 runtime/InternalFunction.cpp \
|
JavaScriptCore.gypi | 219 'runtime/InternalFunction.cpp', 220 'runtime/InternalFunction.h',
|
Android.mk | 102 runtime/InternalFunction.cpp \
|
GNUmakefile.am | 423 JavaScriptCore/runtime/InternalFunction.cpp \ 424 JavaScriptCore/runtime/InternalFunction.h \
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCore.def | 7 ??0InternalFunction@JSC@@IAE@PAVJSGlobalData@1@V?$NonNullPassRefPtr@VStructure@JSC@@@WTF@@ABVIdentifier@1@@Z 59 ?classInfo@InternalFunction@JSC@@UBEPBUClassInfo@2@XZ 202 ?name@InternalFunction@JSC@@QAEABVUString@2@PAVExecState@2@@Z
|
JavaScriptCore.vcproj | 768 RelativePath="..\..\runtime\InternalFunction.cpp"
772 RelativePath="..\..\runtime\InternalFunction.h"
[all...] |