Home | History | Annotate | Download | only in debug

Lines Matching refs:Handle

31   Handle<JSFunction> GetFunction();
32 Handle<Script> GetScript();
33 Handle<Object> GetParameter(int index);
34 Handle<Object> GetExpression(int index);
37 Handle<Object> GetContext();
47 void MaterializeStackLocals(Handle<JSObject> target,
48 Handle<ScopeInfo> scope_info);
50 void MaterializeStackLocals(Handle<JSObject> target,
51 Handle<JSFunction> function);
53 void UpdateStackLocalsFromMaterializedObject(Handle<JSObject> object,
54 Handle<ScopeInfo> scope_info);
57 bool ParameterIsShadowedByContextLocal(Handle<ScopeInfo> info,
58 Handle<String> parameter_name);