Searched refs:thisVal (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp3820 thisVal is the global object, and register func contains
4292 JSValue thisVal = callFrame->r(thisRegister).jsValue();
4293 if (thisVal.needsThisConversion())
4294 callFrame->uncheckedR(thisRegister) = JSValue(thisVal.toThisObject(callFrame));
4311 JSValue thisVal = callFrame->r(thisRegister).jsValue();
4312 if (thisVal.isObject() && thisVal.needsThisConversion())
4313 callFrame->uncheckedR(thisRegister) = JSValue(thisVal.toStrictThisObject(callFrame));
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp372 SVal thisVal = Pred->getState()->getSVal(thisReg); local
382 SVal FieldLoc = state->getLValue(FD, thisVal);
399 getStoreManager().evalDerivedToBase(thisVal, ctorExpr->getType());

Completed in 72 milliseconds