Searched refs:putDirectFunction (Results 1 – 10 of 10) sorted by relevance
/external/webkit/JavaScriptCore/ |
D | jsc.cpp | 181 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 182 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 183 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 184 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 185 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 186 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 187 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 188 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 189 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() 192 …putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFu… in GlobalObject() [all …]
|
D | ChangeLog-2009-06-16 | 1793 (JSC::JSObject::putDirectFunction): 30877 (JSC::JSObject::putDirectFunction): Pass globalData instead of exec.
|
D | ChangeLog-2007-10-14 | 12927 (KJS::JSObject::putDirectFunction):
|
D | ChangeLog-2008-08-10 | 6469 (KJS::JSObject::putDirectFunction):
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSObject.h | 170 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
|
D | Lookup.cpp | 75 thisObj->putDirectFunction(propertyName, function, entry->attributes()); in setUpStaticFunctionSlot()
|
D | JSObject.cpp | 502 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()
|
D | Lookup.h | 241 thisObj->putDirectFunction(propertyName, value.asCell()); in lookupPut()
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore_debug.def | 201 ?putDirectFunction@JSObject@JSC@@QAEXPAVExecState@2@PAVInternalFunction@2@I@Z
|
D | JavaScriptCore.def | 203 ?putDirectFunction@JSObject@JSC@@QAEXPAVExecState@2@PAVInternalFunction@2@I@Z
|