Searched refs:DebugGetProperty (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1330 /*! @function DebugGetProperty
1336 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... );
1341 #define debug_get_property( ... ) DebugGetProperty( __VA_ARGS__ )
1343 #define debug_get_property( ARGS... ) DebugGetProperty( ## ARGS )
1345 #define debug_get_property DebugGetProperty
H A DDebugServices.c417 // DebugGetProperty
420 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... ) function
/external/v8/src/
H A Dmirror-debugger.js27 !IS_UNDEFINED(%DebugGetProperty(value, builtins.promiseStatus));
668 return MakeMirror(%DebugGetProperty(this.value_, 'constructor'));
673 return MakeMirror(%DebugGetProperty(this.value_, 'prototype'));
1280 var status = %DebugGetProperty(value, builtins.promiseStatus);
1288 return %DebugGetProperty(value, builtins.promiseValue);
H A Druntime.h523 F(DebugGetProperty, 2, 1) \
H A Druntime.cc10932 static Handle<Object> DebugGetProperty(LookupIterator* it,
11014 Handle<Object> value = DebugGetProperty(&it, &has_caught);
11055 return *DebugGetProperty(&it);

Completed in 122 milliseconds