HomeSort by relevance Sort by last modified time
    Searched refs:JSObject (Results 51 - 75 of 357) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/runtime/
InternalFunction.h 27 #include "JSObject.h"
34 class InternalFunction : public JSObject {
49 static const unsigned StructureFlags = ImplementsHasInstance | JSObject::StructureFlags;
51 InternalFunction(NonNullPassRefPtr<Structure> structure) : JSObject(structure) { }
ArrayConstructor.cpp 38 static JSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState*, JSObject*, JSValue, const ArgList&);
53 static inline JSObject* constructArrayWithSizeQuirk(ExecState* exec, const ArgList& args)
67 static JSObject* constructWithArrayConstructor(ExecState* exec, JSObject*, const ArgList& args)
79 static JSValue JSC_HOST_CALL callArrayConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args)
92 JSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState*, JSObject*, JSValue, const ArgList& args)
DatePrototype.cpp 73 static JSValue JSC_HOST_CALL dateProtoFuncGetDate(ExecState*, JSObject*, JSValue, const ArgList&);
74 static JSValue JSC_HOST_CALL dateProtoFuncGetDay(ExecState*, JSObject*, JSValue, const ArgList&);
75 static JSValue JSC_HOST_CALL dateProtoFuncGetFullYear(ExecState*, JSObject*, JSValue, const ArgList&);
76 static JSValue JSC_HOST_CALL dateProtoFuncGetHours(ExecState*, JSObject*, JSValue, const ArgList&);
77 static JSValue JSC_HOST_CALL dateProtoFuncGetMilliSeconds(ExecState*, JSObject*, JSValue, const ArgList&);
78 static JSValue JSC_HOST_CALL dateProtoFuncGetMinutes(ExecState*, JSObject*, JSValue, const ArgList&);
79 static JSValue JSC_HOST_CALL dateProtoFuncGetMonth(ExecState*, JSObject*, JSValue, const ArgList&);
80 static JSValue JSC_HOST_CALL dateProtoFuncGetSeconds(ExecState*, JSObject*, JSValue, const ArgList&);
81 static JSValue JSC_HOST_CALL dateProtoFuncGetTime(ExecState*, JSObject*, JSValue, const ArgList&);
82 static JSValue JSC_HOST_CALL dateProtoFuncGetTimezoneOffset(ExecState*, JSObject*, JSValue, const ArgList&)
    [all...]
BooleanPrototype.cpp 35 static JSValue JSC_HOST_CALL booleanProtoFuncToString(ExecState*, JSObject*, JSValue, const ArgList&);
36 static JSValue JSC_HOST_CALL booleanProtoFuncValueOf(ExecState*, JSObject*, JSValue, const ArgList&);
54 JSValue JSC_HOST_CALL booleanProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const ArgList&)
72 JSValue JSC_HOST_CALL booleanProtoFuncValueOf(ExecState* exec, JSObject*, JSValue thisValue, const ArgList&)
ConstructData.cpp 33 JSObject* construct(ExecState* exec, JSValue object, ConstructType constructType, const ConstructData& constructData, const ArgList& args)
DateConstructor.h 39 JSObject* constructDate(ExecState*, const ArgList&);
NativeErrorPrototype.cpp 33 : JSObject(structure)
ObjectConstructor.cpp 37 static JSValue JSC_HOST_CALL objectConstructorGetPrototypeOf(ExecState*, JSObject*, JSValue, const ArgList&);
38 static JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyDescriptor(ExecState*, JSObject*, JSValue, const ArgList&);
39 static JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyNames(ExecState*, JSObject*, JSValue, const ArgList&);
40 static JSValue JSC_HOST_CALL objectConstructorKeys(ExecState*, JSObject*, JSValue, const ArgList&);
41 static JSValue JSC_HOST_CALL objectConstructorDefineProperty(ExecState*, JSObject*, JSValue, const ArgList&);
42 static JSValue JSC_HOST_CALL objectConstructorDefineProperties(ExecState*, JSObject*, JSValue, const ArgList&);
43 static JSValue JSC_HOST_CALL objectConstructorCreate(ExecState*, JSObject*, JSValue, const ArgList&);
64 static ALWAYS_INLINE JSObject* constructObject(ExecState* exec, const ArgList& args)
68 return new (exec) JSObject(exec->lexicalGlobalObject()->emptyObjectStructure());
72 static JSObject* constructWithObjectConstructor(ExecState* exec, JSObject*, const ArgList& args
    [all...]
RegExpPrototype.cpp 28 #include "JSObject.h"
41 static JSValue JSC_HOST_CALL regExpProtoFuncTest(ExecState*, JSObject*, JSValue, const ArgList&);
42 static JSValue JSC_HOST_CALL regExpProtoFuncExec(ExecState*, JSObject*, JSValue, const ArgList&);
43 static JSValue JSC_HOST_CALL regExpProtoFuncCompile(ExecState*, JSObject*, JSValue, const ArgList&);
44 static JSValue JSC_HOST_CALL regExpProtoFuncToString(ExecState*, JSObject*, JSValue, const ArgList&);
51 : JSObject(structure)
61 JSValue JSC_HOST_CALL regExpProtoFuncTest(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args)
68 JSValue JSC_HOST_CALL regExpProtoFuncExec(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args)
75 JSValue JSC_HOST_CALL regExpProtoFuncCompile(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args)
102 JSValue JSC_HOST_CALL regExpProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const ArgList&
    [all...]
StringPrototype.cpp 47 static JSValue JSC_HOST_CALL stringProtoFuncToString(ExecState*, JSObject*, JSValue, const ArgList&);
48 static JSValue JSC_HOST_CALL stringProtoFuncCharAt(ExecState*, JSObject*, JSValue, const ArgList&);
49 static JSValue JSC_HOST_CALL stringProtoFuncCharCodeAt(ExecState*, JSObject*, JSValue, const ArgList&);
50 static JSValue JSC_HOST_CALL stringProtoFuncConcat(ExecState*, JSObject*, JSValue, const ArgList&);
51 static JSValue JSC_HOST_CALL stringProtoFuncIndexOf(ExecState*, JSObject*, JSValue, const ArgList&);
52 static JSValue JSC_HOST_CALL stringProtoFuncLastIndexOf(ExecState*, JSObject*, JSValue, const ArgList&);
53 static JSValue JSC_HOST_CALL stringProtoFuncMatch(ExecState*, JSObject*, JSValue, const ArgList&);
54 static JSValue JSC_HOST_CALL stringProtoFuncReplace(ExecState*, JSObject*, JSValue, const ArgList&);
55 static JSValue JSC_HOST_CALL stringProtoFuncSearch(ExecState*, JSObject*, JSValue, const ArgList&);
56 static JSValue JSC_HOST_CALL stringProtoFuncSlice(ExecState*, JSObject*, JSValue, const ArgList&)
    [all...]
JSByteArray.cpp 39 : JSObject(structure)
68 return JSObject::getOwnPropertySlot(exec, propertyName, slot);
79 return JSObject::getOwnPropertyDescriptor(exec, propertyName, descriptor);
88 return JSObject::getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
99 JSObject::put(exec, propertyName, value, slot);
112 JSObject::getOwnPropertyNames(exec, propertyNames, mode);
StringObject.cpp 54 return JSObject::getOwnPropertySlot(exec, propertyName, slot);
61 return JSObject::getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
68 return JSObject::getOwnPropertyDescriptor(exec, propertyName, descriptor);
75 JSObject::put(exec, propertyName, value, slot);
86 return JSObject::deleteProperty(exec, propertyName);
96 return JSObject::getOwnPropertyNames(exec, propertyNames, mode);
JSVariableObject.cpp 42 return JSObject::deleteProperty(exec, propertyName);
53 JSObject::getOwnPropertyNames(exec, propertyNames, mode);
  /external/webkit/WebCore/bindings/js/
JSLazyEventListener.h 32 static PassRefPtr<JSLazyEventListener> create(const String& functionName, const String& eventParameterName, const String& code, Node* node, const String& sourceURL, int lineNumber, JSC::JSObject* wrapper, DOMWrapperWorld* isolatedWorld)
39 JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, Node*, const String& sourceURL, int lineNumber, JSC::JSObject* wrapper, DOMWrapperWorld* isolatedWorld);
41 virtual JSC::JSObject* initializeJSFunction(ScriptExecutionContext*) const;
JSDOMGlobalObject.h 42 typedef HashMap<const JSC::ClassInfo*, JSC::JSObject*> JSDOMConstructorMap;
49 JSDOMGlobalObject(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObjectData*, JSC::JSObject* thisValue);
63 void setInjectedScript(JSObject*);
64 JSObject* injectedScript() const;
88 JSObject* m_injectedScript;
98 inline JSC::JSObject* getDOMConstructor(JSC::ExecState* exec, const JSDOMGlobalObject* globalObject)
100 if (JSC::JSObject* constructor = globalObject->constructors().get(&ConstructorClass::s_info))
102 JSC::JSObject* constructor = new (exec) ConstructorClass(exec, const_cast<JSDOMGlobalObject*>(globalObject));
JSMessageChannelConstructor.cpp 57 JSObject* JSMessageChannelConstructor::construct(ExecState* exec, JSObject* constructor, const ArgList&)
JSWebGLArrayBufferConstructor.cpp 49 static JSObject* constructCanvasArrayBuffer(ExecState* exec, JSObject* constructor, const ArgList& args)
JSXMLHttpRequestConstructor.cpp 42 static JSObject* constructXMLHttpRequest(ExecState* exec, JSObject* constructor, const ArgList&)
  /external/webkit/WebCore/bridge/qt/
qt_pixmapruntime.h 44 static JSObject* createRuntimeObject(ExecState*, PassRefPtr<RootObject>, const QVariant&);
45 static QVariant variantFromObject(JSObject*, QMetaType::Type hint);
qt_instance.h 66 virtual bool getOwnPropertySlot(JSObject*, ExecState*, const Identifier&, PropertySlot&);
67 virtual void put(JSObject*, ExecState*, const Identifier&, JSValue, PutPropertySlot&);
69 void removeCachedMethod(JSObject*);
71 static QtInstance* getInstance(JSObject*);
85 mutable QHash<QByteArray, JSObject*> m_methods;
  /external/webkit/WebCore/dom/
EventListener.h 28 class JSObject;
56 virtual void invalidateJSFunction(JSC::JSObject*) { }
  /external/webkit/WebCore/bridge/objc/
WebScriptObject.h 38 - _initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
39 - (JSC::JSObject *)_imp;
  /external/webkit/JavaScriptCore/debugger/
DebuggerActivation.cpp 33 DebuggerActivation::DebuggerActivation(JSObject* activation)
34 : JSObject(DebuggerActivation::createStructure(jsNull()))
43 JSObject::markChildren(markStack);
84 void DebuggerActivation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes)
89 void DebuggerActivation::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
  /external/v8/src/
arguments.h 81 JSObject* self,
82 JSObject* holder) {
ic-inl.h 84 if (object->IsJSObject()) return JSObject::cast(object)->map();
87 return JSObject::cast(object->GetPrototype())->map();

Completed in 219 milliseconds

1 23 4 5 6 7 8 91011>>