Searched refs:slot (Results 276 - 300 of 484) sorted by relevance

<<11121314151617181920

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp261 bool JSNPObject::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
279 slot.setCustom(thisObject, thisObject->propertyGetter);
285 slot.setCustom(thisObject, thisObject->methodGetter);
310 PropertySlot slot; local
311 slot.setCustom(thisObject, propertyGetter);
312 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete);
318 PropertySlot slot; local
319 slot.setCustom(thisObject, methodGetter);
320 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | ReadOnly);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackObjectFunctions.h125 bool JSCallbackObject<Parent>::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
140 slot.setCustom(thisObject, callbackGetter);
154 slot.setValue(jsUndefined());
158 slot.setValue(toJS(exec, value));
167 slot.setValue(value);
175 slot.setCustom(thisObject, staticFunctionGetter);
182 return Parent::getOwnPropertySlot(thisObject, exec, propertyName, slot);
186 bool JSCallbackObject<Parent>::getOwnPropertySlotByIndex(JSCell* cell, ExecState* exec, unsigned propertyName, PropertySlot& slot) argument
188 return cell->methodTable()->getOwnPropertySlot(cell, exec, Identifier::from(exec, propertyName), slot);
219 PropertySlot slot(thisObjec
236 put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
[all...]
H A DJSCallbackObject.cpp72 WeakSet::deallocate(WeakImpl::asWeakImpl(handle.slot()));
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dtitdic-cnv.el491 coding-system slot)
498 (setq slot (assoc tit-encode tit-encode-list))
499 (if (not slot)
501 (setq coding-system (nth 1 slot))
794 key slot)
1125 slot
1129 (setq slot (car tail)
1130 dicfile (nth 2 slot)
1131 quailfile (nth 4 slot))
1145 (setq name (car slot)
[all...]
H A Dfontset.el149 (let ((slot (assoc pattern font-encoding-alist)))
150 (if slot
151 (let ((place (assq charset (cdr slot))))
154 (setcdr slot (cons (cons charset encoding) (cdr slot)))))
427 (let* ((slot (assq 'ascii fontlist))
428 (ascii-font (cdr slot))
431 (setcdr slot (setq ascii-font (x-resolve-font-name ascii-font)))
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestSerializedScriptValueInterface.cpp75 bool JSTestSerializedScriptValueInterfaceConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
77 return getStaticValueSlot<JSTestSerializedScriptValueInterfaceConstructor, JSDOMWrapper>(exec, &JSTestSerializedScriptValueInterfaceConstructorTable, jsCast<JSTestSerializedScriptValueInterfaceConstructor*>(cell), propertyName, slot);
130 bool JSTestSerializedScriptValueInterface::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
134 return getStaticValueSlot<JSTestSerializedScriptValueInterface, Base>(exec, &JSTestSerializedScriptValueInterfaceTable, thisObject, propertyName, slot);
206 void JSTestSerializedScriptValueInterface::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
210 lookupPut<JSTestSerializedScriptValueInterface, Base>(exec, propertyName, value, &JSTestSerializedScriptValueInterfaceTable, thisObject, slot);
H A DJSTestEventConstructor.cpp107 bool JSTestEventConstructorConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
109 return getStaticValueSlot<JSTestEventConstructorConstructor, JSDOMWrapper>(exec, &JSTestEventConstructorConstructorTable, jsCast<JSTestEventConstructorConstructor*>(cell), propertyName, slot);
168 bool JSTestEventConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
172 return getStaticValueSlot<JSTestEventConstructor, Base>(exec, &JSTestEventConstructorTable, thisObject, propertyName, slot);
H A DJSTestNamedConstructor.cpp66 bool JSTestNamedConstructorConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
68 return getStaticValueSlot<JSTestNamedConstructorConstructor, JSDOMWrapper>(exec, &JSTestNamedConstructorConstructorTable, jsCast<JSTestNamedConstructorConstructor*>(cell), propertyName, slot);
165 bool JSTestNamedConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
169 return getStaticValueSlot<JSTestNamedConstructor, Base>(exec, &JSTestNamedConstructorTable, thisObject, propertyName, slot);
H A DJSTestOverloadedConstructors.cpp134 bool JSTestOverloadedConstructorsConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
136 return getStaticValueSlot<JSTestOverloadedConstructorsConstructor, JSDOMWrapper>(exec, &JSTestOverloadedConstructorsConstructorTable, jsCast<JSTestOverloadedConstructorsConstructor*>(cell), propertyName, slot);
195 bool JSTestOverloadedConstructors::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
199 return getStaticValueSlot<JSTestOverloadedConstructors, Base>(exec, &JSTestOverloadedConstructorsTable, thisObject, propertyName, slot);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c511 strcpy (xtisa_error_msg, "invalid slot specifier"); \
596 xtensa_format_slot_nop_opcode (xtensa_isa isa, xtensa_format fmt, int slot)
602 CHECK_SLOT (intisa, fmt, slot, XTENSA_UNDEFINED);
604 slot_id = intisa->formats[fmt].slot_id[slot];
610 xtensa_format_get_slot (xtensa_isa isa, xtensa_format fmt, int slot,
617 CHECK_SLOT (intisa, fmt, slot, -1);
619 slot_id = intisa->formats[fmt].slot_id[slot];
626 xtensa_format_set_slot (xtensa_isa isa, xtensa_format fmt, int slot,
633 CHECK_SLOT (intisa, fmt, slot, -1);
635 slot_id = intisa->formats[fmt].slot_id[slot];
593 xtensa_format_slot_nop_opcode(xtensa_isa isa, xtensa_format fmt, int slot) argument
607 xtensa_format_get_slot(xtensa_isa isa, xtensa_format fmt, int slot, const xtensa_insnbuf insn, xtensa_insnbuf slotbuf) argument
623 xtensa_format_set_slot(xtensa_isa isa, xtensa_format fmt, int slot, xtensa_insnbuf insn, const xtensa_insnbuf slotbuf) argument
686 xtensa_opcode_decode(xtensa_isa isa, xtensa_format fmt, int slot, const xtensa_insnbuf slotbuf) argument
709 xtensa_opcode_encode(xtensa_isa isa, xtensa_format fmt, int slot, xtensa_insnbuf slotbuf, xtensa_opcode opc) argument
943 xtensa_operand_get_field(xtensa_isa isa, xtensa_opcode opc, int opnd, xtensa_format fmt, int slot, const xtensa_insnbuf slotbuf, uint32 *valp) argument
980 xtensa_operand_set_field(xtensa_isa isa, xtensa_opcode opc, int opnd, xtensa_format fmt, int slot, xtensa_insnbuf slotbuf, uint32 val) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpPrototype.cpp68 bool RegExpPrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
70 return getStaticFunctionSlot<RegExpObject>(exec, ExecState::regExpPrototypeTable(exec), jsCast<RegExpPrototype*>(cell), propertyName, slot);
H A DStringConstructor.cpp63 bool StringConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
65 return getStaticFunctionSlot<InternalFunction>(exec, ExecState::stringConstructorTable(exec), jsCast<StringConstructor*>(cell), propertyName, slot);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dattr.c291 unsigned *slot,
355 if ( slot )
356 *slot = i;
396 unsigned slot; local
402 &v2[i], &slot, NULL );
409 for ( j = a->a_numvals; j >= (int)slot; j-- ) {
414 ber_dupbv( &a->a_nvals[slot], &v2[i] );
416 ber_dupbv( &a->a_vals[slot], &vals[i] );
287 attr_valfind( Attribute *a, unsigned flags, struct berval *val, unsigned *slot, void *ctx ) argument
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcontext.cpp54 // We implement this by simply nulling out the slot - the memory is not released,
130 slot = 0;
136 assert(slot == slotCount); // match pass profiles
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DRequirementParser.hpp28 void certMatchOperation(Maker &maker, int32_t slot, string key);
87 Maker &maker, int32_t slot
H A Dreqinterp.h76 bool trustedCert(int slot);
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsreclist.c170 // @@@ Eliminate slot stuff.
171 if (recipient->slot)
172 PK11_FreeSlot(recipient->slot);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcontext.cpp54 // We implement this by simply nulling out the slot - the memory is not released,
130 slot = 0;
136 assert(slot == slotCount); // match pass profiles
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DRequirementParser.hpp28 void certMatchOperation(Maker &maker, int32_t slot, string key);
87 Maker &maker, int32_t slot
H A Dreqinterp.h76 bool trustedCert(int slot);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsreclist.c170 // @@@ Eliminate slot stuff.
171 if (recipient->slot)
172 PK11_FreeSlot(recipient->slot);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGlyphPage.h73 void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); local
74 return adoptRef(new (NotNull, slot) GlyphPage(owner));
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DPagePopup.cpp155 JSC::PutPropertySlot slot; local
156 window->put(window, exec, JSC::Identifier(exec, name), toJS(clientClassObject), slot);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DSlotVisitor.cpp282 ALWAYS_INLINE void SlotVisitor::internalAppend(JSValue* slot) argument
289 ASSERT(slot);
290 JSValue value = *slot;
311 *slot = existingJSValue;
/macosx-10.9.5/libauto-185.5/
H A DPointerHash.h62 int32_t slotIndex(void *pointer) const; // returns the index of the slot containing pointer, or -1 if pointer is not in the set
65 void remove(uint32_t slot);

Completed in 195 milliseconds

<<11121314151617181920