Skip to content
  • mhahnenberg@apple.com's avatar
    Remove contextInternalContext from JSContextInternal.h · f3520b7c
    mhahnenberg@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=111356
    
    Reviewed by Geoffrey Garen.
    
    We don't need it any more since we have globalContextRef in JSContext.
    
    Source/JavaScriptCore:
    
    * API/JSContext.mm:
    * API/JSContextInternal.h:
    * API/JSValue.mm:
    (+[JSValue valueWithBool:inContext:]):
    (+[JSValue valueWithDouble:inContext:]):
    (+[JSValue valueWithInt32:inContext:]):
    (+[JSValue valueWithUInt32:inContext:]):
    (+[JSValue valueWithNewObjectInContext:]):
    (+[JSValue valueWithNewArrayInContext:]):
    (+[JSValue valueWithNewRegularExpressionFromPattern:flags:inContext:]):
    (+[JSValue valueWithNewErrorFromMessage:inContext:]):
    (+[JSValue valueWithNullInContext:]):
    (+[JSValue valueWithUndefinedInContext:]):
    (-[JSValue toBool]):
    (-[JSValue toDouble]):
    (-[JSValue toNumber]):
    (-[JSValue toString]):
    (-[JSValue toDate]):
    (-[JSValue toArray]):
    (-[JSValue toDictionary]):
    (-[JSValue valueForProperty:]):
    (-[JSValue setValue:forProperty:]):
    (-[JSValue deleteProperty:]):
    (-[JSValue hasProperty:]):
    (-[JSValue valueAtIndex:]):
    (-[JSValue setValue:atIndex:]):
    (-[JSValue isUndefined]):
    (-[JSValue isNull]):
    (-[JSValue isBoolean]):
    (-[JSValue isNumber]):
    (-[JSValue isString]):
    (-[JSValue isObject]):
    (-[JSValue isEqualToObject:]):
    (-[JSValue isEqualWithTypeCoercionToObject:]):
    (-[JSValue isInstanceOf:]):
    (-[JSValue callWithArguments:]):
    (-[JSValue constructWithArguments:]):
    (-[JSValue invokeMethod:withArguments:]):
    (valueToObject):
    (objectToValueWithoutCopy):
    (objectToValue):
    (-[JSValue initWithValue:inContext:]):
    (-[JSValue dealloc]):
    (-[JSValue description]):
    * API/JSWrapperMap.mm:
    (createObjectWithCustomBrand):
    (-[JSObjCClassInfo allocateConstructorAndPrototypeWithSuperClassInfo:]):
    (-[JSObjCClassInfo wrapperForObject:]):
    (-[JSWrapperMap jsWrapperForObject:]):
    * API/ObjCCallbackFunction.mm:
    (ObjCCallbackFunction::call):
    (objCCallbackFunctionForInvocation):
    
    Source/WebKit/mac:
    
    * WebView/WebScriptWorld.mm:
    (+[WebScriptWorld scriptWorldForJavaScriptContext:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144668 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f3520b7c