Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
DDebugServices.h1336 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
DDebugServices.c420 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... ) in DebugGetProperty() function
/external/v8/src/debug/
Dmirrors.js614 return MakeMirror(%DebugGetProperty(this.value_, 'constructor'));
619 return MakeMirror(%DebugGetProperty(this.value_, 'prototype'));
/external/v8/src/runtime/
Druntime-debug.cc106 static Handle<Object> DebugGetProperty(LookupIterator* it, in DebugGetProperty() function
351 Handle<Object> value = DebugGetProperty(&it, &has_caught); in RUNTIME_FUNCTION()
396 return *DebugGetProperty(&it); in RUNTIME_FUNCTION()
Druntime.h151 F(DebugGetProperty, 2, 1) \