Searched refs:callback_obj (Results 1 – 5 of 5) sorted by relevance
151 Foreign* callback_obj = Foreign::cast(listener->get(0)); in ReportMessageNoExceptions() local158 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address()); in ReportMessageNoExceptions()
2227 Object* callback_obj = call_data->callback(); in LogExistingFunction() local2228 Address entry_point = v8::ToCData<Address>(callback_obj); in LogExistingFunction()
8908 i::Foreign* callback_obj = i::Foreign::cast(listener->get(0)); in RemoveMessageListeners() local8909 if (callback_obj->foreign_address() == FUNCTION_ADDR(that)) { in RemoveMessageListeners()
417 Object* callback_obj, int field_offset = -1);
1495 Object* callback_obj, in ExtractAccessorPairProperty() argument1497 if (!callback_obj->IsAccessorPair()) return; in ExtractAccessorPairProperty()1498 AccessorPair* accessors = AccessorPair::cast(callback_obj); in ExtractAccessorPairProperty()