Searched refs:DebugGetProperty (Results 1 – 5 of 5) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 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
|
D | DebugServices.c | 420 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... ) in DebugGetProperty() function
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 101 static Handle<Object> DebugGetProperty(LookupIterator* it, in DebugGetProperty() function 140 static Handle<Object> DebugGetProperty(Handle<Object> object, in DebugGetProperty() function 143 return DebugGetProperty(&it); in DebugGetProperty() 254 DebugGetProperty(promise, isolate->factory()->promise_state_symbol()); in GetInternalProperties() 277 DebugGetProperty(promise, isolate->factory()->promise_result_symbol()); in GetInternalProperties() 371 Handle<Object> value = DebugGetProperty(&it, &has_caught); in RUNTIME_FUNCTION() 416 return *DebugGetProperty(&it); in RUNTIME_FUNCTION()
|
D | runtime.h | 149 F(DebugGetProperty, 2, 1) \
|
/external/v8/src/debug/ |
D | mirrors.js | 111 !IS_UNDEFINED(%DebugGetProperty(value, promiseStateSymbol)); 714 return MakeMirror(%DebugGetProperty(this.value_, 'constructor')); 719 return MakeMirror(%DebugGetProperty(this.value_, 'prototype')); 1276 var status = %DebugGetProperty(value, promiseStateSymbol); 1284 return %DebugGetProperty(value, promiseResultSymbol);
|