Searched refs:getInternalProperties (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DJSInjectedScriptHost.h69 JSC::JSValue getInternalProperties(JSC::ExecState*);
H A DInjectedScript.h64 void getInternalProperties(ErrorString*, const String& objectId, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor>>* result);
H A DJSInjectedScriptHostPrototype.cpp61 JSC_NATIVE_FUNCTION("getInternalProperties", jsInjectedScriptHostPrototypeFunctionGetInternalProperties, DontEnum, 1);
135 return JSValue::encode(castedThis->getInternalProperties(exec));
H A DJSInjectedScriptHost.cpp180 JSValue JSInjectedScriptHost::getInternalProperties(ExecState*) function in class:Inspector::JSInjectedScriptHost
H A DInjectedScriptSource.js255 getInternalProperties: function(objectId, ownProperties) method in class:InjectedScript
263 var internalProperties = InjectedScriptHost.getInternalProperties(object);
H A DInjectedScript.cpp128 void InjectedScript::getInternalProperties(ErrorString* errorString, const String& objectId, RefPtr<Array<Inspector::TypeBuilder::Runtime::InternalPropertyDescriptor>>* properties) function in class:Inspector::InjectedScript
130 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("getInternalProperties"), inspectorEnvironment()->functionCallHandler());
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorRuntimeAgent.cpp172 injectedScript.getInternalProperties(errorString, objectId, &internalProperties);

Completed in 136 milliseconds