Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:safe

951         are the only safe way to do this kind of type punning.
1396 so this is safe.
3754 of registerBase because the register file is always safe for reentry now,
4248 to decide whether it is safe.
4337 While at it, also made counting thread-safe.
5609 Initialize functionQueueMutex in a safe manner.
8888 Growing the register file with uncheckedGrow from within Machine::execute is not safe as the
10894 Remove safe/unsafe RegisterFile concept, and instead just add additional
10928 tracking whether the RegisterFile is "safe", that is whether
11301 handler is not safe.
13417 value being safe to operate on even if the function threw an exception.
15627 - Also it's safe to assume we won't be asked for these values while we
16916 a per-thread instance. This makes it safe to share these ClassInfo objects between threads -
17964 Make DateMath.cpp thread safe.
18273 Make UString thread-safe.
18303 (KJS::UString::cstring): Reimplemented to not call ascii(), which is not thread-safe.
18336 Make MathExtras.h thread safe.
21814 Instance, to allow safe casting. Doesn't actually
21815 add any safe casting yet, though.
23302 that's how the rest of lookup.h works. putDirect is safe here because
25568 -Werror to succeed. At present they will crash when executed due to code that is not safe