Lines Matching refs:Handle
34 JSObject::SetObserved(Handle<JSObject>::cast(obj));
66 Handle<Object> argv[] = {argument};
90 static bool ContextsHaveSameOrigin(Handle<Context> context1,
91 Handle<Context> context2) {
104 observer = handle(
105 Handle<JSBoundFunction>::cast(observer)->bound_target_function());
109 Handle<Context> observer_context(
110 Handle<JSFunction>::cast(observer)->context()->native_context());
111 Handle<Context> object_context(object->GetCreationContext());
112 Handle<Context> record_context(record->GetCreationContext());
125 Handle<Context> creation_context(object->GetCreationContext(), isolate);
136 Handle<Context> context(object->GetCreationContext(), isolate);
146 Handle<Context> context(object->GetCreationContext(), isolate);
156 Handle<Context> context(object_info->GetCreationContext(), isolate);