Home | History | Annotate | Download | only in src

Lines Matching refs:top

78   Context* global_context = Top::context()->global_context();
118 Context* global_context = Top::context()->global_context();
273 Top::ReportFailedAccessCheck(this, v8::ACCESS_GET);
336 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
448 // Make sure that the top context does not change when doing
466 Top::MayNamedAccess(checked, name, v8::ACCESS_GET)) {
524 Context* context = Top::context()->global_context();
590 Top::context()->mark_out_of_memory();
1254 (Top::context()->global_context()->object_function()->map() != map());
1317 if (old_map == Top::context()->global_context()->object_function()->map()) {
1450 if (map() == Top::context()->global_context()->object_function()->map()) {
1611 return Top::Throw(*Factory::NewTypeError("no_setter_in_callback",
1809 Top::ReportFailedAccessCheck(this, v8::ACCESS_SET);
1818 // Make sure that the top context does not change when doing callbacks or
1832 && !Top::MayNamedAccess(this, name, v8::ACCESS_SET)) {
1912 // Make sure that the top context does not change when doing callbacks or
1919 && !Top::MayNamedAccess(this, name, v8::ACCESS_SET)) {
2003 // Make sure that the top context does not change when doing
2068 !Top::MayNamedAccess(this, name, v8::ACCESS_HAS)) {
2328 // Make sure that the top context does not change when doing
2361 !Top::MayIndexedAccess(this, index, v8::ACCESS_DELETE)) {
2362 Top::ReportFailedAccessCheck(this, v8::ACCESS_DELETE);
2424 !Top::MayNamedAccess(this, name, v8::ACCESS_DELETE)) {
2425 Top::ReportFailedAccessCheck(this, v8::ACCESS_DELETE);
2526 Top::context()->global_context()->arguments_boilerplate();
2692 // Make sure that the top context does not change when doing callbacks or
2698 !Top::MayNamedAccess(this, name, v8::ACCESS_SET)) {
2699 Top::ReportFailedAccessCheck(this, v8::ACCESS_SET);
2828 !Top::MayNamedAccess(this, name, v8::ACCESS_HAS)) {
2829 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
2849 // Make sure that the top context does not change when doing callbacks or
2855 !Top::MayNamedAccess(this, name, v8::ACCESS_HAS)) {
2856 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
3385 // Sift down the new top element.
3950 Relocatable* top = *reinterpret_cast<Relocatable**>(thread_storage);
3951 Iterate(v, top);
3961 void Relocatable::Iterate(ObjectVisitor* v, Relocatable* top) {
3962 Relocatable* current = top;
4688 Top::context()->global_context()->initial_object_prototype();
5234 return Top::Throw(*Factory::NewRangeError("invalid_array_length",
5335 return Top::Throw(*Factory::NewError("cyclic_proto",
5420 // Make sure that the top context does not change when doing
5459 !Top::MayIndexedAccess(this, index, v8::ACCESS_HAS)) {
5460 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
5511 !Top::MayIndexedAccess(this, index, v8::ACCESS_HAS)) {
5512 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
5573 // Make sure that the top context does not change when doing
5661 !Top::MayIndexedAccess(this, index, v8::ACCESS_SET)) {
5662 Top::ReportFailedAccessCheck(this, v8::ACCESS_SET);
5741 return Top::Throw(*Factory::NewTypeError("no_setter_in_callback",
5886 // Make sure that the top context does not change when doing
5920 !Top::MayIndexedAccess(this, index, v8::ACCESS_GET)) {
5921 Top::ReportFailedAccessCheck(this, v8::ACCESS_GET);
6246 !Top::MayNamedAccess(this, key, v8::ACCESS_HAS)) {
6247 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
6260 !Top::MayIndexedAccess(this, index, v8::ACCESS_HAS)) {
6261 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
6308 !Top::MayNamedAccess(this, key, v8::ACCESS_HAS)) {
6309 Top::ReportFailedAccessCheck(this, v8::ACCESS_HAS);
6392 // Sift down the new top element.