Lines Matching defs:literal
206 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue> &literal)
208 JSHandle<JSTaggedValue> templateObj = TemplateString::GetTemplateObject(thread, literal);
854 const JSHandle<TaggedArray> &literal,
867 uint32_t literalBufferLength = literal->GetLength();
872 JSTaggedValue value = literal->Get(index);
1057 // fieldTypeId is the last element in literal buffer
2198 const JSHandle<JSTaggedValue> &literal)
2200 JSHandle<JSArray> array(literal);
2208 const JSHandle<JSObject> &literal)
2210 JSHandle<JSObject> objLiteral = factory->CloneObjectLiteral(literal);
2360 const JSHandle<JSObject> &literal,
2363 JSHandle<JSObject> objLiteral = factory->CloneObjectLiteral(literal, env);
3085 for (size_t i = 1; i < length; i += 2) { // 2: Each literal buffer contains a pair of key-value.
3255 // instace property number is hidden in the last index of literal buffer