/external/webkit/Source/JavaScriptCore/runtime/ |
D | MathObject.cpp | 89 MathObject::MathObject(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) in MathObject() 106 bool MathObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &… in getOwnPropertySlot() 111 bool MathObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertyDescriptor() 118 EncodedJSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState* exec) in mathProtoFuncAbs() 123 EncodedJSValue JSC_HOST_CALL mathProtoFuncACos(ExecState* exec) in mathProtoFuncACos() 128 EncodedJSValue JSC_HOST_CALL mathProtoFuncASin(ExecState* exec) in mathProtoFuncASin() 133 EncodedJSValue JSC_HOST_CALL mathProtoFuncATan(ExecState* exec) in mathProtoFuncATan() 138 EncodedJSValue JSC_HOST_CALL mathProtoFuncATan2(ExecState* exec) in mathProtoFuncATan2() 145 EncodedJSValue JSC_HOST_CALL mathProtoFuncCeil(ExecState* exec) in mathProtoFuncCeil() 150 EncodedJSValue JSC_HOST_CALL mathProtoFuncCos(ExecState* exec) in mathProtoFuncCos() [all …]
|
D | ObjectPrototype.cpp | 43 ObjectPrototype::ObjectPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* stucture… in ObjectPrototype() 61 void ObjectPrototype::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutProper… in put() 72 bool ObjectPrototype::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot() 83 EncodedJSValue JSC_HOST_CALL objectProtoFuncValueOf(ExecState* exec) in objectProtoFuncValueOf() 89 EncodedJSValue JSC_HOST_CALL objectProtoFuncHasOwnProperty(ExecState* exec) in objectProtoFuncHasOwnProperty() 95 EncodedJSValue JSC_HOST_CALL objectProtoFuncIsPrototypeOf(ExecState* exec) in objectProtoFuncIsPrototypeOf() 114 EncodedJSValue JSC_HOST_CALL objectProtoFuncDefineGetter(ExecState* exec) in objectProtoFuncDefineGetter() 124 EncodedJSValue JSC_HOST_CALL objectProtoFuncDefineSetter(ExecState* exec) in objectProtoFuncDefineSetter() 134 EncodedJSValue JSC_HOST_CALL objectProtoFuncLookupGetter(ExecState* exec) in objectProtoFuncLookupGetter() 140 EncodedJSValue JSC_HOST_CALL objectProtoFuncLookupSetter(ExecState* exec) in objectProtoFuncLookupSetter() [all …]
|
D | ObjectConstructor.cpp | 78 ObjectConstructor::ObjectConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* stru… in ObjectConstructor() 87 bool ObjectConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertySlot() 92 bool ObjectConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptor() 98 static ALWAYS_INLINE JSObject* constructObject(ExecState* exec, JSGlobalObject* globalObject, const… in constructObject() 106 static EncodedJSValue JSC_HOST_CALL constructWithObjectConstructor(ExecState* exec) in constructWithObjectConstructor() 118 static EncodedJSValue JSC_HOST_CALL callObjectConstructor(ExecState* exec) in callObjectConstructor() 130 EncodedJSValue JSC_HOST_CALL objectConstructorGetPrototypeOf(ExecState* exec) in objectConstructorGetPrototypeOf() 137 EncodedJSValue JSC_HOST_CALL objectConstructorGetOwnPropertyDescriptor(ExecState* exec) in objectConstructorGetOwnPropertyDescriptor() 167 EncodedJSValue JSC_HOST_CALL objectConstructorGetOwnPropertyNames(ExecState* exec) in objectConstructorGetOwnPropertyNames() 181 EncodedJSValue JSC_HOST_CALL objectConstructorKeys(ExecState* exec) in objectConstructorKeys() [all …]
|
D | RegExpConstructor.cpp | 98 RegExpConstructor::RegExpConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* stru… in RegExpConstructor() 111 RegExpMatchesArray::RegExpMatchesArray(ExecState* exec, RegExpConstructorPrivate* data) in RegExpMatchesArray() 131 void RegExpMatchesArray::fillArrayInstance(ExecState* exec) in fillArrayInstance() 159 JSValue RegExpConstructor::getBackref(ExecState* exec, unsigned i) const in getBackref() 195 bool RegExpConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertySlot() 200 bool RegExpConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptor() 205 JSValue regExpConstructorDollar1(ExecState* exec, JSValue slotBase, const Identifier&) in regExpConstructorDollar1() 210 JSValue regExpConstructorDollar2(ExecState* exec, JSValue slotBase, const Identifier&) in regExpConstructorDollar2() 215 JSValue regExpConstructorDollar3(ExecState* exec, JSValue slotBase, const Identifier&) in regExpConstructorDollar3() 220 JSValue regExpConstructorDollar4(ExecState* exec, JSValue slotBase, const Identifier&) in regExpConstructorDollar4() [all …]
|
D | DatePrototype.cpp | 148 static JSCell* formatLocaleDate(ExecState* exec, DateInstance*, double timeInMilliseconds, LocaleDa… in formatLocaleDate() 199 static JSCell* formatLocaleDate(ExecState* exec, const GregorianDateTime& gdt, LocaleDateTimeFormat… in formatLocaleDate() 276 static JSCell* formatLocaleDate(ExecState* exec, DateInstance* dateObject, double, LocaleDateTimeFo… in formatLocaleDate() 290 static bool fillStructuresUsingTimeArgs(ExecState* exec, int maxArgs, double* ms, GregorianDateTime… in fillStructuresUsingTimeArgs() 344 static bool fillStructuresUsingDateArgs(ExecState *exec, int maxArgs, double *ms, GregorianDateTime… in fillStructuresUsingDateArgs() 432 DatePrototype::DatePrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) in DatePrototype() 441 bool DatePrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlo… in getOwnPropertySlot() 447 bool DatePrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Prope… in getOwnPropertyDescriptor() 454 EncodedJSValue JSC_HOST_CALL dateProtoFuncToString(ExecState* exec) in dateProtoFuncToString() 472 EncodedJSValue JSC_HOST_CALL dateProtoFuncToUTCString(ExecState* exec) in dateProtoFuncToUTCString() [all …]
|
D | JSNotAnObject.cpp | 40 JSValue JSNotAnObject::toPrimitive(ExecState* exec, PreferredPrimitiveType) const in toPrimitive() 46 bool JSNotAnObject::getPrimitiveNumber(ExecState* exec, double&, JSValue&) in getPrimitiveNumber() 70 JSObject* JSNotAnObject::toObject(ExecState* exec, JSGlobalObject*) const in toObject() 77 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, const Identifier&, PropertySlot&) in getOwnPropertySlot() 83 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, unsigned, PropertySlot&) in getOwnPropertySlot() 89 bool JSNotAnObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier&, PropertyDescriptor… in getOwnPropertyDescriptor() 95 void JSNotAnObject::put(ExecState* exec, const Identifier& , JSValue, PutPropertySlot&) in put() 100 void JSNotAnObject::put(ExecState* exec, unsigned, JSValue) in put() 105 bool JSNotAnObject::deleteProperty(ExecState* exec, const Identifier&) in deleteProperty() 111 bool JSNotAnObject::deleteProperty(ExecState* exec, unsigned) in deleteProperty() [all …]
|
D | Error.cpp | 84 JSObject* createError(ExecState* exec, const UString& message) in createError() 89 JSObject* createEvalError(ExecState* exec, const UString& message) in createEvalError() 94 JSObject* createRangeError(ExecState* exec, const UString& message) in createRangeError() 99 JSObject* createReferenceError(ExecState* exec, const UString& message) in createReferenceError() 104 JSObject* createSyntaxError(ExecState* exec, const UString& message) in createSyntaxError() 109 JSObject* createTypeError(ExecState* exec, const UString& message) in createTypeError() 114 JSObject* createURIError(ExecState* exec, const UString& message) in createURIError() 134 JSObject* addErrorInfo(ExecState* exec, JSObject* error, int line, const SourceCode& source) in addErrorInfo() 139 bool hasErrorInfo(ExecState* exec, JSObject* error) in hasErrorInfo() 146 JSValue throwError(ExecState* exec, JSValue error) in throwError() [all …]
|
D | RegExpMatchesArray.h | 33 …virtual bool getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slo… in getOwnPropertySlot() 40 virtual bool getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot() 47 …virtual bool getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDes… in getOwnPropertyDescriptor() 54 …virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot) in put() 61 virtual void put(ExecState* exec, unsigned propertyName, JSValue v) in put() 68 virtual bool deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() 75 virtual bool deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty()
|
D | JSFunction.cpp | 45 EncodedJSValue JSC_HOST_CALL callHostFunctionAsConstructor(ExecState* exec) in callHostFunctionAsConstructor() 64 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int len… in JSFunction() 74 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int len… in JSFunction() 87 JSFunction::JSFunction(ExecState* exec, FunctionExecutable* executable, ScopeChainNode* scopeChainN… in JSFunction() 105 static void createDescriptorForThrowingProperty(ExecState* exec, PropertyDescriptor& descriptor, co… in createDescriptorForThrowingProperty() 111 const UString& JSFunction::name(ExecState* exec) in name() 116 const UString JSFunction::displayName(ExecState* exec) in displayName() 126 const UString JSFunction::calculatedDisplayName(ExecState* exec) in calculatedDisplayName() 160 JSValue JSFunction::argumentsGetter(ExecState* exec, JSValue slotBase, const Identifier&) in argumentsGetter() 167 JSValue JSFunction::callerGetter(ExecState* exec, JSValue slotBase, const Identifier&) in callerGetter() [all …]
|
D | StringObject.cpp | 32 StringObject::StringObject(ExecState* exec, Structure* structure) in StringObject() 46 StringObject::StringObject(ExecState* exec, Structure* structure, const UString& string) in StringObject() 53 bool StringObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot… in getOwnPropertySlot() 60 bool StringObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot() 67 bool StringObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertyDescriptor() 74 void StringObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertyS… in put() 81 bool StringObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() 92 void StringObject::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enumerati… in getOwnPropertyNames()
|
/external/kernel-headers/original/asm-mips/ |
D | a.out.h | 16 struct exec struct 18 unsigned long a_info; /* Use macros N_MAGIC, etc for access */ 19 unsigned a_text; /* length of text, in bytes */ 20 unsigned a_data; /* length of data, in bytes */ 21 unsigned a_bss; /* length of uninitialized data area for 23 unsigned a_syms; /* length of symbol table data in file, 25 unsigned a_entry; /* start address */ 26 unsigned a_trsize; /* length of relocation info for text, in 28 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSLocationCustom.cpp | 33 static JSValue nonCachingStaticReplaceFunctionGetter(ExecState* exec, JSValue, const Identifier& pr… in nonCachingStaticReplaceFunctionGetter() 38 static JSValue nonCachingStaticReloadFunctionGetter(ExecState* exec, JSValue, const Identifier& pro… in nonCachingStaticReloadFunctionGetter() 43 static JSValue nonCachingStaticAssignFunctionGetter(ExecState* exec, JSValue, const Identifier& pro… in nonCachingStaticAssignFunctionGetter() 48 bool JSLocation::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertySlotDelegate() 89 bool JSLocation::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, … in getOwnPropertyDescriptorDelegate() 128 bool JSLocation::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPro… in putDelegate() 155 bool JSLocation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() 163 void JSLocation::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enumeration… in getOwnPropertyNames() 171 void JSLocation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunc… in defineGetter() 178 void JSLocation::setHref(ExecState* exec, JSValue value) in setHref() [all …]
|
D | JSWebGLRenderingContextCustom.cpp | 82 static JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, const WebGLGetInfo& info) in toJS() 134 static JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, ObjectType objectT… in getObjectParameter() 177 static JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, WebGLExtension* extension) in toJS() 204 JSValue JSWebGLRenderingContext::getAttachedShaders(ExecState* exec) in getAttachedShaders() 229 JSValue JSWebGLRenderingContext::getExtension(ExecState* exec) in getExtension() 242 JSValue JSWebGLRenderingContext::getBufferParameter(ExecState* exec) in getBufferParameter() 247 JSValue JSWebGLRenderingContext::getFramebufferAttachmentParameter(ExecState* exec) in getFramebufferAttachmentParameter() 271 JSValue JSWebGLRenderingContext::getParameter(ExecState* exec) in getParameter() 289 JSValue JSWebGLRenderingContext::getProgramParameter(ExecState* exec) in getProgramParameter() 310 JSValue JSWebGLRenderingContext::getRenderbufferParameter(ExecState* exec) in getRenderbufferParameter() [all …]
|
D | JSDataViewCustom.cpp | 45 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, DataView* object) in toJS() 50 EncodedJSValue JSC_HOST_CALL JSDataViewConstructor::constructJSDataView(ExecState* exec) in constructJSDataView() 65 static JSValue getDataViewMember(ExecState* exec, DataView* imp, DataViewAccessType type) in getDataViewMember() 102 JSValue JSDataView::getInt8(ExecState* exec) in getInt8() 107 JSValue JSDataView::getUint8(ExecState* exec) in getUint8() 112 JSValue JSDataView::getFloat32(ExecState* exec) in getFloat32() 117 JSValue JSDataView::getFloat64(ExecState* exec) in getFloat64() 122 static JSValue setDataViewMember(ExecState* exec, DataView* imp, DataViewAccessType type) in setDataViewMember() 149 JSValue JSDataView::setInt8(ExecState* exec) in setInt8() 154 JSValue JSDataView::setUint8(ExecState* exec) in setUint8()
|
D | JSDOMBinding.cpp | 181 JSValue jsStringSlowCase(ExecState* exec, JSStringCache& stringCache, StringImpl* stringImpl) in jsStringSlowCase() 191 JSValue jsStringOrNull(ExecState* exec, const String& s) in jsStringOrNull() 198 JSValue jsOwnedStringOrNull(ExecState* exec, const String& s) in jsOwnedStringOrNull() 205 JSValue jsStringOrUndefined(ExecState* exec, const String& s) in jsStringOrUndefined() 212 JSValue jsStringOrFalse(ExecState* exec, const String& s) in jsStringOrFalse() 219 JSValue jsString(ExecState* exec, const KURL& url) in jsString() 224 JSValue jsStringOrNull(ExecState* exec, const KURL& url) in jsStringOrNull() 231 JSValue jsStringOrUndefined(ExecState* exec, const KURL& url) in jsStringOrUndefined() 238 JSValue jsStringOrFalse(ExecState* exec, const KURL& url) in jsStringOrFalse() 254 String valueToStringWithNullCheck(ExecState* exec, JSValue value) in valueToStringWithNullCheck() [all …]
|
D | JSCanvasRenderingContext2DCustom.cpp | 45 static JSValue toJS(ExecState* exec, CanvasStyle* style) in toJS() 72 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value) in setStrokeStyle() 88 void JSCanvasRenderingContext2D::setFillStyle(ExecState* exec, JSValue value) in setFillStyle() 98 JSValue JSCanvasRenderingContext2D::setFillColor(ExecState* exec) in setFillColor() 135 JSValue JSCanvasRenderingContext2D::setStrokeColor(ExecState* exec) in setStrokeColor() 173 JSValue JSCanvasRenderingContext2D::strokeRect(ExecState* exec) in strokeRect() 187 JSValue JSCanvasRenderingContext2D::drawImage(ExecState* exec) in drawImage() 279 JSValue JSCanvasRenderingContext2D::drawImageFromRect(ExecState* exec) in drawImageFromRect() 299 JSValue JSCanvasRenderingContext2D::setShadow(ExecState* exec) in setShadow() 345 JSValue JSCanvasRenderingContext2D::createPattern(ExecState* exec) in createPattern() [all …]
|
D | JSHistoryCustom.cpp | 40 static JSValue nonCachingStaticBackFunctionGetter(ExecState* exec, JSValue, const Identifier& prope… in nonCachingStaticBackFunctionGetter() 45 static JSValue nonCachingStaticForwardFunctionGetter(ExecState* exec, JSValue, const Identifier& pr… in nonCachingStaticForwardFunctionGetter() 50 static JSValue nonCachingStaticGoFunctionGetter(ExecState* exec, JSValue, const Identifier& propert… in nonCachingStaticGoFunctionGetter() 55 bool JSHistory::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertySlotDelegate() 95 bool JSHistory::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptorDelegate() 140 bool JSHistory::putDelegate(ExecState* exec, const Identifier&, JSValue, PutPropertySlot&) in putDelegate() 148 bool JSHistory::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() 156 void JSHistory::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, EnumerationM… in getOwnPropertyNames() 164 JSValue JSHistory::pushState(ExecState* exec) in pushState() 188 JSValue JSHistory::replaceState(ExecState* exec) in replaceState()
|
D | JSDOMWindowShell.cpp | 88 bool JSDOMWindowShell::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertySlot() 93 bool JSDOMWindowShell::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Pr… in getOwnPropertyDescriptor() 98 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPrope… in put() 103 void JSDOMWindowShell::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue v… in putWithAttributes() 108 bool JSDOMWindowShell::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName,… in defineOwnProperty() 113 bool JSDOMWindowShell::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() 118 void JSDOMWindowShell::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enumerat… in getPropertyNames() 123 void JSDOMWindowShell::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enume… in getOwnPropertyNames() 128 void JSDOMWindowShell::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* gett… in defineGetter() 133 void JSDOMWindowShell::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* sett… in defineSetter() [all …]
|
D | JSXSLTProcessorCustom.cpp | 49 JSValue JSXSLTProcessor::importStylesheet(ExecState* exec) in importStylesheet() 61 JSValue JSXSLTProcessor::transformToFragment(ExecState* exec) in transformToFragment() 74 JSValue JSXSLTProcessor::transformToDocument(ExecState* exec) in transformToDocument() 88 JSValue JSXSLTProcessor::setParameter(ExecState* exec) in setParameter() 99 JSValue JSXSLTProcessor::getParameter(ExecState* exec) in getParameter() 109 JSValue JSXSLTProcessor::removeParameter(ExecState* exec) in removeParameter() 119 EncodedJSValue JSC_HOST_CALL JSXSLTProcessorConstructor::constructJSXSLTProcessor(ExecState* exec) in constructJSXSLTProcessor()
|
/external/kernel-headers/original/asm-x86/ |
D | a.out.h | 4 struct exec struct 6 unsigned int a_info; /* Use macros N_MAGIC, etc for access */ 7 unsigned a_text; /* length of text, in bytes */ 8 unsigned a_data; /* length of data, in bytes */ 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 10 unsigned a_syms; /* length of symbol table data in file, in bytes */ 11 unsigned a_entry; /* start address */ 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ 13 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/external/kernel-headers/original/asm-arm/ |
D | a.out.h | 7 struct exec struct 9 __u32 a_info; /* Use macros N_MAGIC, etc for access */ 10 __u32 a_text; /* length of text, in bytes */ 11 __u32 a_data; /* length of data, in bytes */ 12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */ 13 __u32 a_syms; /* length of symbol table data in file, in bytes */ 14 __u32 a_entry; /* start address */ 15 __u32 a_trsize; /* length of relocation info for text, in bytes */ 16 __u32 a_drsize; /* length of relocation info for data, in bytes */
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
D | JSTestObj.cpp | 162 JSTestObjConstructor::JSTestObjConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) in JSTestObjConstructor() 169 bool JSTestObjConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Prop… in getOwnPropertySlot() 174 bool JSTestObjConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName… in getOwnPropertyDescriptor() 242 JSObject* JSTestObjPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self() 247 bool JSTestObjPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertySlot() 252 bool JSTestObjPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, … in getOwnPropertyDescriptor() 266 JSObject* JSTestObj::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype() 271 bool JSTestObj::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& s… in getOwnPropertySlot() 276 bool JSTestObj::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyD… in getOwnPropertyDescriptor() 281 JSValue jsTestObjReadOnlyIntAttr(ExecState* exec, JSValue slotBase, const Identifier&) in jsTestObjReadOnlyIntAttr() [all …]
|
/external/webkit/Source/JavaScriptCore/debugger/ |
D | DebuggerActivation.cpp | 54 bool DebuggerActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertySlot() 59 void DebuggerActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPro… in put() 64 void DebuggerActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue… in putWithAttributes() 69 bool DebuggerActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty() 74 void DebuggerActivation::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enu… in getOwnPropertyNames() 79 bool DebuggerActivation::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, … in getOwnPropertyDescriptor() 84 void DebuggerActivation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* ge… in defineGetter() 89 void DebuggerActivation::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* se… in defineSetter() 94 JSValue DebuggerActivation::lookupGetter(ExecState* exec, const Identifier& propertyName) in lookupGetter() 99 JSValue DebuggerActivation::lookupSetter(ExecState* exec, const Identifier& propertyName) in lookupSetter()
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGOperations.cpp | 39 EncodedJSValue operationConvertThis(ExecState* exec, EncodedJSValue encodedOp) in operationConvertThis() 44 EncodedJSValue operationValueAdd(ExecState* exec, EncodedJSValue encodedOp1, EncodedJSValue encoded… in operationValueAdd() 65 EncodedJSValue operationGetByVal(ExecState* exec, EncodedJSValue encodedBase, EncodedJSValue encode… in operationGetByVal() 104 EncodedJSValue operationGetById(ExecState* exec, EncodedJSValue encodedBase, Identifier* identifier) in operationGetById() 112 ALWAYS_INLINE static void operationPutByValInternal(ExecState* exec, EncodedJSValue encodedBase, En… in operationPutByValInternal() 161 void operationPutByValStrict(ExecState* exec, EncodedJSValue encodedBase, EncodedJSValue encodedPro… in operationPutByValStrict() 166 void operationPutByValNonStrict(ExecState* exec, EncodedJSValue encodedBase, EncodedJSValue encoded… in operationPutByValNonStrict() 171 void operationPutByIdStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encodedBas… in operationPutByIdStrict() 177 void operationPutByIdNonStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encoded… in operationPutByIdNonStrict() 183 void operationPutByIdDirectStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue enco… in operationPutByIdDirectStrict() [all …]
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSValueRef.cpp | 51 ExecState* exec = toJS(ctx); in JSValueGetType() local 72 ExecState* exec = toJS(ctx); in JSValueIsUndefined() local 81 ExecState* exec = toJS(ctx); in JSValueIsNull() local 90 ExecState* exec = toJS(ctx); in JSValueIsBoolean() local 99 ExecState* exec = toJS(ctx); in JSValueIsNumber() local 108 ExecState* exec = toJS(ctx); in JSValueIsString() local 117 ExecState* exec = toJS(ctx); in JSValueIsObject() local 126 ExecState* exec = toJS(ctx); in JSValueIsObjectOfClass() local 142 ExecState* exec = toJS(ctx); in JSValueIsEqual() local 159 ExecState* exec = toJS(ctx); in JSValueIsStrictEqual() local [all …]
|