Searched defs:scope (Results 1 - 25 of 157) sorted by relevance

1234567

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DProtoCallFrame.cpp35 void ProtoCallFrame::init(CodeBlock* codeBlock, JSScope* scope, JSObject* callee, JSValue thisValue, int argCountIncludingThis, JSValue* otherArgs) argument
H A DCallFrameClosure.h39 JSScope* scope; member in struct:JSC::CallFrameClosure
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugging_internal.cpp29 void secdebug_internal(const char* scope, const char* format, ...) argument
H A Ddebugging.h106 inline bool debugging(const char *scope) { return false; } argument
107 inline void debug(const char *scope, const char *format, ...) { } argument
108 inline void vdebug(const char *scope, cons argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugging_internal.cpp29 void secdebug_internal(const char* scope, const char* format, ...) argument
H A Ddebugging.h106 inline bool debugging(const char *scope) { return false; } argument
107 inline void debug(const char *scope, const char *format, ...) { } argument
108 inline void vdebug(const char *scope, cons argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A Dgetiopolicy_np.c31 getiopolicy_np(int iotype, int scope) argument
59 setiopolicy_np(int iotype, int scope, int policy) argument
/macosx-10.10.1/ruby-106/ruby/lib/uri/
H A Dldap.rb196 def scope method in class:URI.LDAP
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCallData.h56 JSScope* scope; member in struct:JSC::CallData::__anon2647
H A DConstructData.h55 JSScope* scope; member in struct:JSC::ConstructData::__anon2651
H A DJSFunctionInlines.h34 inline JSFunction::JSFunction(VM& vm, FunctionExecutable* executable, JSScope* scope) argument
H A DJSSegmentedVariableObject.h84 JSSegmentedVariableObject(VM& vm, Structure* structure, JSScope* scope) argument
H A DJSVariableObject.h60 JSVariableObject( VM& vm, Structure* structure, Register* registers, JSScope* scope, SymbolTable* symbolTable = 0) argument
H A DJSScope.cpp51 static inline bool abstractAccess(ExecState* exec, JSScope* scope, const Identifier& ident, GetOrPut getOrPut, size_t depth, bool& needsVarInjectionChecks, ResolveOp& op) argument
111 JSObject* JSScope::objectAtScope(JSScope* scope) argument
128 resolve(ExecState* exec, JSScope* scope, const Identifier& ident) argument
143 abstractResolve(ExecState* exec, JSScope* scope, const Identifier& ident, GetOrPut getOrPut, ResolveType unlinkedType) argument
[all...]
H A DJSSymbolTableObject.h51 JSSymbolTableObject(VM& vm, Structure* structure, JSScope* scope, SymbolTable* symbolTable = 0) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Durltest.c43 *scope = NULL; local
/macosx-10.10.1/OpenPAM-20/openpam/include/security/
H A Dpam_types.h80 void *scope; member in struct:pam_repository
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/hash/
H A Dhashdump.c106 Hash_table_t* scope; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DEvalCodeCache.h45 EvalExecutable* tryGet(bool inStrictContext, const String& evalSource, JSScope* scope) argument
52 EvalExecutable* getSlow(ExecState* exec, ScriptExecutable* owner, bool inStrictContext, const String& evalSource, JSScope* scope) argument
/macosx-10.10.1/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-07-debugging.c150 __block CFStringRef scope = NULL; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Denergy_perf.c38 uint64_t gpu_accumulate_time(__unused uint32_t scope, __unused uint32_t gpu_id, __unused uint32_t gpu_domain, __unused uint64_t gpu_accumulated_ns, __unused uint64_t gpu_tstamp_ns) { argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPSearchRequest.cpp31 LDAPSearchRequest::LDAPSearchRequest(const string& base, int scope, argument
95 int scope; local
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allop/
H A Dallop.c75 int scope, local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmanager.cpp53 initialize(const CSSM_VERSION &version, CSSM_PRIVILEGE_SCOPE scope, const Guid &callerGuid, CSSM_KEY_HIERARCHY keyHierarchy, CSSM_PVC_MODE &pvcPolicy) argument
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dlog_control.c30 CFStringRef scope = CFStringCreateWithCString(kCFAllocatorDefault, settings, kCFStringEncodingUTF8); local

Completed in 293 milliseconds

1234567