Home
last modified time | relevance | path

Searched refs:putDirectFunction (Results 1 – 10 of 10) sorted by relevance

/external/webkit/JavaScriptCore/
Djsc.cpp181putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
182putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
183putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
184putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
185putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
186putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
187putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
188putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
189putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
192putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject()
[all …]
DChangeLog-2009-06-161793 (JSC::JSObject::putDirectFunction):
30877 (JSC::JSObject::putDirectFunction): Pass globalData instead of exec.
DChangeLog-2007-10-1412927 (KJS::JSObject::putDirectFunction):
DChangeLog-2008-08-106469 (KJS::JSObject::putDirectFunction):
/external/webkit/JavaScriptCore/runtime/
DJSObject.h170 void putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned attr = 0);
171 …void putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkRea…
172 void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0);
497 inline void JSObject::putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned att… in putDirectFunction() function
502 inline void JSObject::putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned att… in putDirectFunction() function
DLookup.cpp75 thisObj->putDirectFunction(propertyName, function, entry->attributes()); in setUpStaticFunctionSlot()
DJSObject.cpp502 void JSObject::putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr) in putDirectFunction() function in JSC::JSObject
504 putDirectFunction(Identifier(exec, function->name(&exec->globalData())), function, attr); in putDirectFunction()
DLookup.h241 thisObj->putDirectFunction(propertyName, value.asCell()); in lookupPut()
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore_debug.def201 ?putDirectFunction@JSObject@JSC@@QAEXPAVExecState@2@PAVInternalFunction@2@I@Z
DJavaScriptCore.def203 ?putDirectFunction@JSObject@JSC@@QAEXPAVExecState@2@PAVInternalFunction@2@I@Z