Changeset 220890 in webkit for trunk/Source/JavaScriptCore/jit/JITOperations.cpp
- Timestamp:
- Aug 17, 2017, 5:19:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOperations.cpp
r220778 r220890 2011 2011 } 2012 2012 2013 JSCell* JIT_OPERATION operationPushWithScopeObject(ExecState* exec, JSCell* currentScopeCell, JSObject* object) 2014 { 2015 VM& vm = exec->vm(); 2016 NativeCallFrameTracer tracer(&vm, exec); 2017 JSScope* currentScope = jsCast<JSScope*>(currentScopeCell); 2018 return JSWithScope::create(vm, exec->lexicalGlobalObject(), currentScope, object); 2019 } 2020 2013 2021 EncodedJSValue JIT_OPERATION operationInstanceOf(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encodedProto) 2014 2022 {
Note:
See TracChangeset
for help on using the changeset viewer.