Searched refs:StrictEvalActivation (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DStrictEvalActivation.cpp27 #include "StrictEvalActivation.h"
31 StrictEvalActivation::StrictEvalActivation(ExecState* exec) function in class:JSC::StrictEvalActivation
36 bool StrictEvalActivation::deleteProperty(ExecState*, const Identifier&)
41 JSObject* StrictEvalActivation::toThisObject(ExecState* exec) const
46 JSValue StrictEvalActivation::toStrictThisObject(ExecState*) const
H A DStrictEvalActivation.h33 class StrictEvalActivation : public JSNonFinalObject { class in namespace:JSC
35 StrictEvalActivation(ExecState*);
H A DJSGlobalData.cpp54 #include "StrictEvalActivation.h"
189 strictEvalActivationStructure.set(*this, StrictEvalActivation::createStructure(*this, jsNull()));
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp62 #include "StrictEvalActivation.h"
1088 variableObject = new (callFrame) StrictEvalActivation(callFrame);

Completed in 267 milliseconds