Searched refs:callback_obj (Results 1 – 5 of 5) sorted by relevance
179 Foreign callback_obj = Foreign::cast(listener.get(0)); in ReportMessageNoExceptions() local186 FUNCTION_CAST<v8::MessageCallback>(callback_obj.foreign_address()); in ReportMessageNoExceptions()
455 Object callback_obj, int field_offset = -1);
1814 Object callback_obj, in ExtractAccessorPairProperty() argument1816 if (!callback_obj.IsAccessorPair()) return; in ExtractAccessorPairProperty()1817 AccessorPair accessors = AccessorPair::cast(callback_obj); in ExtractAccessorPairProperty()
2295 Object callback_obj = call_data.callback(); in LogExistingFunction() local2296 Address entry_point = v8::ToCData<Address>(callback_obj); in LogExistingFunction()
9466 i::Foreign callback_obj = i::Foreign::cast(listener.get(0)); in RemoveMessageListeners() local9467 if (callback_obj.foreign_address() == FUNCTION_ADDR(that)) { in RemoveMessageListeners()