HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 126 - 150 of 230) sorted by null

1 2 3 4 56 7 8 910

  /external/webkit/JavaScriptCore/runtime/
Arguments.cpp 154 return JSObject::getOwnPropertySlot(exec, Identifier(exec, UString::from(i)), slot);
157 bool Arguments::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
182 bool Arguments::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
212 propertyNames.add(Identifier(exec, UString::from(i)));
230 JSObject::put(exec, Identifier(exec, UString::from(i)), value, slot);
233 void Arguments::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
273 return JSObject::deleteProperty(exec, Identifier(exec, UString::from(i)));
276 bool Arguments::deleteProperty(ExecState* exec, const Identifier& propertyName)
Arguments.h 96 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
98 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
100 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
102 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
BooleanConstructor.cpp 32 : InternalFunction(&exec->globalData(), structure, Identifier(exec, booleanPrototype->classInfo()->className))
ErrorConstructor.cpp 33 : InternalFunction(&exec->globalData(), structure, Identifier(exec, errorPrototype->classInfo()->className))
InternalFunction.cpp 40 InternalFunction::InternalFunction(JSGlobalData* globalData, NonNullPassRefPtr<Structure> structure, const Identifier& name)
JSArray.h 49 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
51 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
98 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
99 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
JSCell.h 104 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
106 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
121 bool fastGetOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
122 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
JSPropertyNameIterator.h 39 class Identifier;
JSString.cpp 194 bool JSString::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
215 bool JSString::getStringPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
232 bool JSString::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
248 return JSString::getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
NativeErrorConstructor.cpp 36 : InternalFunction(&exec->globalData(), structure, Identifier(exec, nativeErrorPrototype->getDirect(exec->propertyNames().name).getString(exec)))
ArrayConstructor.cpp 41 : InternalFunction(&exec->globalData(), structure, Identifier(exec, arrayPrototype->classInfo()->className))
UStringImpl.cpp 29 #include "Identifier.h"
105 Identifier::remove(this);
  /external/webkit/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 42 #include <runtime/Identifier.h>
136 Identifier iden(exec, methodName);
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 49 JSC::Bindings::MethodList methodsNamed(const JSC::Identifier&);
50 JSC::Bindings::Field* fieldNamed(const JSC::Identifier&);
81 JSC::JSValue invoke(JSC::ExecState*, InvokeType, uint64_t identifier, const JSC::ArgList& args);
ProxyInstance.mm 49 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
50 virtual Field* fieldNamed(const Identifier&, Instance*) const;
53 MethodList ProxyClass::methodsNamed(const Identifier& identifier, Instance* instance) const
55 return static_cast<ProxyInstance*>(instance)->methodsNamed(identifier);
58 Field* ProxyClass::fieldNamed(const Identifier& identifier, Instance* instance) const
60 return static_cast<ProxyInstance*>(instance)->fieldNamed(identifier);
136 JSValue ProxyInstance::invoke(JSC::ExecState* exec, InvokeType type, uint64_t identifier, const JSC::ArgList& args)
146 type, identifier, (char*)[arguments.get() bytes], [arguments.get() length]) != KERN_SUCCESS
    [all...]
NetscapePluginInstanceProxy.h 117 bool invoke(uint32_t objectID, const JSC::Identifier& methodName, data_t argumentsData, mach_msg_type_number_t argumentsLength, data_t& resultData, mach_msg_type_number_t& resultLength);
122 bool getProperty(uint32_t objectID, const JSC::Identifier& propertyName, data_t &resultData, mach_msg_type_number_t& resultLength);
124 bool setProperty(uint32_t objectID, const JSC::Identifier& propertyName, data_t valueData, mach_msg_type_number_t valueLength);
126 bool removeProperty(uint32_t objectID, const JSC::Identifier& propertyName);
128 bool hasProperty(uint32_t objectID, const JSC::Identifier& propertyName);
130 bool hasMethod(uint32_t objectID, const JSC::Identifier& methodName);
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 110 bool JSCallbackObject<Base>::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
167 return getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
171 bool JSCallbackObject<Base>::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
190 void JSCallbackObject<Base>::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
249 bool JSCallbackObject<Base>::deleteProperty(ExecState* exec, const Identifier& propertyName)
294 return deleteProperty(exec, Identifier::from(exec, propertyName));
420 propertyNames.add(Identifier(exec, name));
431 propertyNames.add(Identifier(exec, name));
519 JSValue JSCallbackObject<Base>::staticValueGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
550 JSValue JSCallbackObject<Base>::staticFunctionGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot
    [all...]
JSCallbackFunction.cpp 45 JSCallbackFunction::JSCallbackFunction(ExecState* exec, JSObjectCallAsFunctionCallback callback, const Identifier& name)
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 127 JSValue nonCachingStaticFunctionGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot&)
132 static JSValue childFrameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
137 static JSValue indexGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
142 static JSValue namedItemGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
157 bool JSDOMWindow::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
300 bool JSDOMWindow::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
372 void JSDOMWindow::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
391 bool JSDOMWindow::deleteProperty(ExecState* exec, const Identifier& propertyName)
415 void JSDOMWindow::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes)
428 void JSDOMWindow::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes
    [all...]
JSSQLResultSetRowListCustom.cpp 77 object->putDirect(Identifier(exec, m_impl->columnNames()[i]), jsValue, DontDelete | ReadOnly);
JSWebGLArrayHelper.h 49 int length = array->get(exec, JSC::Identifier(exec, "length")).toInt32(exec);
JSWorkerContextCustom.cpp 66 bool JSWorkerContext::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
74 bool JSWorkerContext::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
ScriptFunctionCall.cpp 135 JSValue function = thisObject->get(m_exec, Identifier(m_exec, m_name));
173 JSObject* constructor = asObject(thisObject->get(m_exec, Identifier(m_exec, m_name)));
  /external/webkit/WebCore/bridge/qt/
qt_instance.cpp 140 bool QtInstance::getOwnPropertySlot(JSObject* object, ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
145 void QtInstance::put(JSObject* object, ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
219 array.add(Identifier(exec, prop.name()));
225 array.add(Identifier(exec, ba.constData()));
231 array.add(Identifier(exec, method.signature()));
  /external/webkit/WebCore/bridge/c/
c_utility.cpp 145 Identifier identifierFromNPIdentifier(const NPUTF8* name)
147 return Identifier(WebCore::JSDOMWindow::commonJSGlobalData(), convertUTF8ToUTF16WithLatin1Fallback(name, -1));

Completed in 995 milliseconds

1 2 3 4 56 7 8 910